Changeset 1998614
- Timestamp:
- 12/20/2018 08:51:45 AM (7 years ago)
- File:
-
- 1 edited
-
bomond-event/trunk/bomondevent.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bomond-event/trunk/bomondevent.php
r1998607 r1998614 95 95 96 96 foreach($json['events']as $item) { 97 echo '<div class="event_container"><a style="background: url('. $item[image][main] .')" target="_blank" href="https://bomond. devvela.net/events/'. $item[id] .'">';97 echo '<div class="event_container"><a style="background: url('. $item[image][main] .')" target="_blank" href="https://bomond.com/events/'. $item[id] .'">'; 98 98 echo '<div class="hHKXhv">'; 99 99 $from = date("M dS, Y", $item[date][from]);
Note: See TracChangeset
for help on using the changeset viewer.