diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-25 10:43:58 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-25 10:43:58 +0000 |
| commit | 335b8d76bd16450e707ddf49e7aef29cbd9917e1 (patch) | |
| tree | 43cc478b9cd2171b612cf10ba2856db2fac18d35 /src/system/header.php | |
| parent | 63abd1225d702f52ae001e8a617206c70b7b8be6 (diff) | |
| download | boca-335b8d76bd16450e707ddf49e7aef29cbd9917e1.tar.gz boca-335b8d76bd16450e707ddf49e7aef29cbd9917e1.zip | |
better verbosity
Diffstat (limited to 'src/system/header.php')
| -rw-r--r-- | src/system/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/header.php b/src/system/header.php index 75d0fca..ab5a522 100644 --- a/src/system/header.php +++ b/src/system/header.php @@ -55,7 +55,7 @@ echo "</table>\n"; echo "<table border=0 width=\"100%\" align=center>\n"; echo " <tr>\n"; echo " <td align=center><a class=menu style=\"font-weight:bold\" href=contest.php>Contest</a></td>\n"; -echo " <td align=center><a class=menu style=\"font-weight:bold\" href=importxml.php>Import</a></td>\n"; +//echo " <td align=center><a class=menu style=\"font-weight:bold\" href=importxml.php>Import</a></td>\n"; echo " <td align=center><a class=menu style=\"font-weight:bold\" href=option.php>Options</a></td>\n"; echo " <td align=center><a class=menu style=\"font-weight:bold\" href=../index.php>Logout</a></td>\n"; echo " </tr>\n"; |