Plugin Directory

Changeset 1998614


Ignore:
Timestamp:
12/20/2018 08:51:45 AM (7 years ago)
Author:
webnautspro
Message:

api changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bomond-event/trunk/bomondevent.php

    r1998607 r1998614  
    9595
    9696    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] .'">';
    9898        echo '<div class="hHKXhv">';
    9999        $from = date("M dS, Y", $item[date][from]);
Note: See TracChangeset for help on using the changeset viewer.