Advertisement
XpresS7

NamelessMC /module/CustomPage/init.php

Nov 3rd, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. $module_installed = $cache->retrieve('module_customPage');
  4. if(!$module_installed){
  5. }
  6.  
  7.  
  8. $pages->add('pravidla', '/pravidla', 'pages/pravidla.php', 'pravidla', false);
  9.  
  10.  
  11. $navigation->add('pravidla', "Pravidla", URL::build('/pravidla'), 'top', null, 50, $icon);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement