<div id="courseware-schedules-list"> <?php if (!empty($schedules) || !empty($assignments)) { ?> <div class="courseware-fullcalendar"> <div id="loading" style="display:none"> <?php BPSP_Static::get_image('loader.gif'); ?> </div> </div> <h4 class="meta schedules"><span class="icon"></span><?php _e('Schedules', 'bpsp'); ?> </h4> <table class="datatables"> <thead> <tr> <th><?php _e('Description', 'bpsp'); ?> </th> <th><?php _e('Start date', 'bpsp'); ?> </th> <th><?php _e('End date', 'bpsp'); ?> </th> <th><?php
/** * 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); } }