You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 line
358B

  1. <div class="w3-bar w3-green">
  2. <a href="/index.php" class="w3-bar-item w3-button">Sākums</a>
  3. <?php
  4. //ja nav administrators, šis nerādīsies
  5. if(!$_SESSION['admin']==1){
  6. }
  7. else{
  8. echo '<a href="/admin.php" class="w3-bar-item w3-button">Administrācija</a>';
  9. }
  10. ?>
  11. <a href="/logout.php" class="w3-bar-item w3-button">Iziet</a>
  12. </div>

Powered by TurnKey Linux.