index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/style.php | 4 |
diff --git a/lib/style.php b/lib/style.php index ea7d4b2..622e764 100644 --- a/lib/style.php +++ b/lib/style.php @@ -5,7 +5,7 @@ if (function_exists("print_header")) require_once BASE . "/lib/mysql.php"; -function print_header($title) { +function print_header($title, $subdir = "packages") { ?> <!DOCTYPE html> <html lang="en"> @@ -21,7 +21,7 @@ if (!empty($title)) <link rel="stylesheet" type="text/css" href="/static/flags/fam.47411010d402.css" media="screen, projection" /> </head> <body class=""> - <div id="archnavbar" class="anb-packages"> + <div id="archnavbar" class="anb-<?php print $subdir; ?>"> <div id="archnavbarlogo"> <h1><a href="/" title="Return to the main page">Arch Linux</a></h1> </div> |