</div> </td> <td class="start-date"> <?php bpsp_date($schedule->start_date); ?> </td> <td class="end-date"> <?php bpsp_date($schedule->end_date); ?> </td> <td class="location"> <?php echo $schedule->location; ?> <?php BPSP_Static::gmaps_link($schedule->location); ?> </td> </tr> <?php } } ?> </tbody> </table> <?php } ?> </div>
/** * get_www_cover() * * Returns a webpage dummy icon * @return String the generated URL */ function get_www_cover() { if (empty($isbn)) { return BPSP_Static::get_image("web.png", false, false); } }