[Swift-commit] r5390 - wwwdev/inc
vytas at ci.uchicago.edu
vytas at ci.uchicago.edu
Fri Dec 9 08:45:51 CST 2011
Author: vytas
Date: 2011-12-09 08:44:19 -0600 (Fri, 09 Dec 2011)
New Revision: 5390
Modified:
wwwdev/inc/header2.php
Log:
reverted to previous version of the header to mitigate nav issues introduced in move of support to the third slot in the nav order
Modified: wwwdev/inc/header2.php
===================================================================
--- wwwdev/inc/header2.php 2011-12-09 05:18:25 UTC (rev 5389)
+++ wwwdev/inc/header2.php 2011-12-09 14:44:19 UTC (rev 5390)
@@ -13,7 +13,7 @@
<ul id="nav">
<li><a href="../downloads/index.php"<?php if (strpos($p, 'downloads')) echo' class="current"'?>>downloads</a></li>
<li><a href="../docs/index.php"<?php if (strpos($p, 'docs')) echo' class="current"'?>>documentation</a></li>
- <li class="last"><a href="../support/index.php"<?php if (strpos($p, 'support')) echo' class="current"'?>>support</a></li>
- <li><a href="../case_studies/index.php"<?php if (strpos($p, 'case_studies')) echo' class="current"'?>>case studies</a></li>
+ <li><a href="../case_studies/index.php"<?php if (strpos($p, 'case_studies')) echo' class="current"'?>>case studies</a></li>
<li><a href="../papers/index.php"<?php if (strpos($p, 'papers')) echo' class="current"'?>>papers</a></li>
+ <li class="last"><a href="../support/index.php"<?php if (strpos($p, 'support')) echo' class="current"'?>>support</a></li>
</ul>
More information about the Swift-commit
mailing list