equal
deleted
inserted
replaced
39 /** |
39 /** |
40 * Main render method, called from pagination function |
40 * Main render method, called from pagination function |
41 * @access private |
41 * @access private |
42 */ |
42 */ |
43 |
43 |
44 function render($column_crap, $row, $row_crap) |
44 function render($column_crap, $row, $row_crap = false) |
45 { |
45 { |
46 global $db, $session, $paths, $template, $plugins; // Common objects |
46 global $db, $session, $paths, $template, $plugins; // Common objects |
47 |
47 |
48 $out = '<li class="snapr-icon">'; |
48 $out = '<li class="snapr-icon">'; |
49 |
49 |