art-web r534 - in branches/art-hub: . templates



Author: thos
Date: Tue Jun 17 19:53:50 2008
New Revision: 534
URL: http://svn.gnome.org/viewvc/art-web?rev=534&view=rev

Log:
* Rename faq.html to faq.php


Added:
   branches/art-hub/faq.php
      - copied unchanged from r530, /branches/art-hub/faq.html
Removed:
   branches/art-hub/faq.html
Modified:
   branches/art-hub/index.html
   branches/art-hub/templates/header.php

Modified: branches/art-hub/index.html
==============================================================================
--- branches/art-hub/index.html	(original)
+++ branches/art-hub/index.html	Tue Jun 17 19:53:50 2008
@@ -41,7 +41,7 @@
           <li class="selected"><a href="/"><span>Art</span></a></li>
           <li><a href="/themes"><span>Themes</span></a></li>
           <li><a href="/backgrounds"><span>Backgrounds</span></a></li>
-          <li><a href="/faq"><span>FAQ</span></a></li>
+          <li><a href="/faq.php"><span>FAQ</span></a></li>
         </ul>
       </div> <!-- end of #tabs -->
     </div> <!-- end of #header -->

Modified: branches/art-hub/templates/header.php
==============================================================================
--- branches/art-hub/templates/header.php	(original)
+++ branches/art-hub/templates/header.php	Tue Jun 17 19:53:50 2008
@@ -51,7 +51,7 @@
           <li<?php tab('art', $page)?>><a href="/"><span>Art</span></a></li>
           <li<?php tab('themes', $page)?>><a href="/themes"><span>Themes</span></a></li>
           <li<?php tab('backgrounds', $page)?>><a href="/backgrounds"><span>Backgrounds</span></a></li>
-          <li<?php tab('faq', $page)?>><a href="/faq"><span>FAQ</span></a></li>
+          <li<?php tab('faq', $page)?>><a href="/faq.php"><span>FAQ</span></a></li>
         </ul>
       </div> <!-- end of #tabs -->
     </div> <!-- end of #header -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]