您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
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.