Changeset 377 for beta/index.php
- Timestamp:
- Sep 16, 2008, 6:53:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
beta/index.php
r373 r377 11 11 include_once ("./functions.php"); 12 12 $html -> Start(); 13 $num_headers = 8; 13 if (isset($_COOKIE["hof-random"]) AND $_COOKIE["hof-random"] == "no") 14 { 15 $num_headers = 1; 16 } 17 else 18 { 19 $num_headers = 8; 20 } 14 21 echo " 15 22 <div id=\"page\"> 16 23 <style> 17 #header { 18 height: 174px; 19 background-image: url(imgs/web/headers/header".rand(0,$num_headers-1).".jpg); 20 } 24 #header{height: 174px;background-image: url(imgs/web/headers/header".rand(0,$num_headers-1).".jpg);} 21 25 a {font-family: Times New Roman; color: #4c4c4c; text-decoration: none; } 22 26 a:hover {font-family: Times New Roman; color: black; text-decoration: underline; } … … 25 29 <div id=\"top\"></div> 26 30 <div id=\"menu\"> 27 31 "; 28 32 29 33 // menu start … … 36 40 echo "<a href=\"http://wow.zdechov.net/forum/\" target=\"_blank\">Fórum</a><br />"; 37 41 echo "<a href=\"?page=acc\">Správa účtu</a><br />"; 42 echo "<a href=\"http://wow.zdechov.net/databaze/\" target=\"_blank\">Databáze</a><br />"; 38 43 // echo "<a href=\"?page=online\">Odkazy</a><br />"; 39 44 echo "<a href=\"?page=online\">Online hráči</a><br />";
Note:
See TracChangeset
for help on using the changeset viewer.