mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 12:40:49 +00:00
Tweak some pages to match their "dock" icons.
This commit is contained in:
parent
5849f58c70
commit
6b5b47a594
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<? // Preamble
|
||||
$pageName = "Mailing Lists";
|
||||
$focused = "none"; // Dock icon name to get a border
|
||||
$focused = "mail"; // Dock icon name to get a border
|
||||
$currPage = "lists"; // Name of the page, for the menu
|
||||
require "parts/preamble.php"; // Load most of document
|
||||
|
||||
|
|
2
news.php
2
news.php
|
@ -1,6 +1,6 @@
|
|||
<? // Preamble
|
||||
$pageName = "News Archives";
|
||||
$focused = "none"; // Dock icon name to get a border
|
||||
$focused = "news"; // Dock icon name to get a border
|
||||
$currPage = "news"; // Name of the page, for the menu
|
||||
require "parts/preamble.php"; // Load most of document
|
||||
?>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
iconLink ('/lists.php', '/img/icons/mail.png', 'Lists', isFocused($focused, 'mail'));
|
||||
// iconLink ('http://sourceforge.net/pm/?group_id=882', '/img/icons/tasks.png', 'Tasks', isFocused($focused, 'tasks'));
|
||||
// iconLink ('http://sourceforge.net/survey/?group_id=882', '/img/icons/survey.png', 'Surveys', isFocused($focused, 'survey'));
|
||||
iconLink ('/news.php', '/img/icons/news.png', 'News', isFocused($focused, 'news'));
|
||||
iconLink ('/news.php', '/img/icons/news.png', 'News Archives', isFocused($focused, 'news'));
|
||||
iconLink ('/cgi-bin/viewcvs.cgi/', '/img/icons/cvs.png', 'CVS', isFocused($focused, 'cvs'));
|
||||
iconLink ('/files.php', '/img/icons/download.png', 'Downloads', isFocused($focused, 'download'));
|
||||
echo '</TD></TR></TABLE>';
|
||||
|
|
Loading…
Reference in a new issue