25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <div class="w3-bar w3-green">
- <a href="/index.php" class="w3-bar-item w3-button">Sākums</a>
- <?php
- //ja nav administrators, šis nerādīsies
- if(!$_SESSION['admin']==1){
-
- }
- else{
- echo '<a href="/admin.php" class="w3-bar-item w3-button">Administrācija</a>';
- }
-
- ?>
- <a href="/logout.php" class="w3-bar-item w3-button">Iziet</a>
- </div>
|