Author: david
Date: 2008-11-27 09:57:56 -0800 (Thu, 27 Nov 2008)
New Revision: 1629
Modified:
trunk/qubit/apps/qubit/templates/layout.php
Log:
Fix link to homepage on site title.
Modified: trunk/qubit/apps/qubit/templates/layout.php
===================================================================
--- trunk/qubit/apps/qubit/templates/layout.php 2008-11-27 08:10:11 UTC (rev
1628)
+++ trunk/qubit/apps/qubit/templates/layout.php 2008-11-27 17:57:56 UTC (rev
1629)
@@ -33,7 +33,8 @@
<div id="header-middle">
<?php if (strlen(sfConfig::get('app_site_information_site_title'))): ?>
<div id="website-name">
- <?php echo link_to(__(sfConfig::get('app_site_information_site_title')),
'/homepage/') ?>
+ <?php echo link_to(__(sfConfig::get('app_site_information_site_title')),
+ array('module' => 'staticpage', 'action' => 'static', 'permalink' =>
'homepage')) ?>
</div>
<?php endif; ?>
@@ -43,7 +44,8 @@
</div>
<?php endif; ?>
- <div id="logo"><?php echo link_to(image_tag('logo', array('alt' =>
sfConfig::get('app_name', 'Qubit'))), array('module' => 'staticpage', 'action'
=> 'static', 'permalink' => 'homepage')) ?></div>
+ <div id="logo"><?php echo link_to(image_tag('logo', array('alt' =>
sfConfig::get('app_name', 'Qubit'))),
+ array('module' => 'staticpage', 'action' => 'static', 'permalink' =>
'homepage')) ?></div>
</div> <!-- close header-middle -->
<div id="header-bottom">
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---