Plugin Directory

Changeset 1998607


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

change api

Location:
bomond-event
Files:
38 added
2 edited

Legend:

Unmodified
Added
Removed
  • bomond-event/trunk/README.txt

    r1996309 r1998607  
    3939== Changelog ==
    4040
    41 = 1.0 =
     41= 1.0.1 =
    4242
    4343== Upgrade Notice ==
    4444
    45 = 1.0 =
     45= 1.0.1 =
  • bomond-event/trunk/bomondevent.php

    r1996288 r1998607  
    1010 *
    1111 * @link              https://webnauts.pro/
    12  * @since             1.0.0
     12 * @since             1.0.1
    1313 * @package           Bomondevent
    1414 *
     
    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[slug] .'">';
     97        echo '<div class="event_container"><a style="background: url('. $item[image][main] .')" target="_blank" href="https://bomond.devvela.net/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.