show_tabbed_nav($links, $captions, 2); ?>
Media
load('libraries', 'table'); $tmpl = array ( 'table_open' => '', 'heading_row_start' => '', 'heading_row_end' => '', 'heading_cell_start' => '', 'row_start' => '', 'row_end' => '', 'cell_start' => '', 'row_alt_start' => '', 'row_alt_end' => '', 'cell_alt_start' => '', 'table_close' => '
', 'heading_cell_end' => '
', 'cell_end' => '
', 'cell_alt_end' => '
' ); $cms->table->set_template($tmpl); $cms->table->set_heading('Date added', 'Filename', 'Type', 'Used?'); $cms->table->add_row('12-12-07', 'The filename', 'Video/YouTube', 'Yes'); $cms->table->add_row('12-12-07', 'The Image filename', 'Image/PNG', 'Yes'); $cms->table->add_row('12-12-07', 'The filename', 'Video/Vimeo', 'Yes'); $cms->table->add_row('12-12-07', 'The filename', 'Video/Whatevr', 'Yes'); $cms->table->add_row('12-12-07', 'The JPG filename', 'Image/JPG', 'Yes'); echo $cms->table->generate(); ?>