Ignore:
Timestamp:
Aug 21, 2013, 9:49:36 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Changed some pages names to without .php names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/Page.php

    r565 r569  
    1616                }
    1717       
     18                if($User->Licence(LICENCE_USER))
     19                        $Output .= '<br/><div style="text-align: center;"><a href="?Action=Create">Vytvořit nový export</a></div><br/>';
     20               
    1821                $Filter = '';
    1922                if(array_key_exists('Filter', $_GET))
     
    6164                                $PageList['Output'];
    6265       
    63                 if($User->Licence(LICENCE_USER))
    64                         $Output .= '<br/><div style="text-align: center;"><a href="?Action=Create">Vytvořit nový export</a></div>';
    6566                return($Output);
    6667        }
Note: See TracChangeset for help on using the changeset viewer.