plugins/gallery/browser.php
changeset 38 512951548faa
parent 34 5e9bd8e5c6bf
child 39 e9a7e37bdadd
equal deleted inserted replaced
37:3afbd6374442 38:512951548faa
    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