CMS ultra léger au style oldschool, projet de la communauté Kalaïn Hundin.

navheader.php 356B

12345678910
  1. <?php
  2. $FilesDir = str_replace("files", "",dirname(__FILE__));
  3. require_once''.$FilesDir.'user/config.php';
  4. echo '<b>Menu</b> | <a href="'.$root_path.'">'.$home_display.'</a> | <a href="'.$root_path.'user">'.$user_panel.'</a> | <a href="'.$root_path.'administration">'.$administration.'</a>
  5. <br>_____________________________________________';
  6. ?>