Author: peter
Date: 2008-10-14 17:25:11 -0700 (Tue, 14 Oct 2008)
New Revision: 1463
Modified:
branches/ica-atom/apps/qubit/templates/layout.php
Log:
use symfony image shortcut to call logo in global layout template
Modified: branches/ica-atom/apps/qubit/templates/layout.php
===================================================================
--- branches/ica-atom/apps/qubit/templates/layout.php 2008-10-14 23:49:14 UTC
(rev 1462)
+++ branches/ica-atom/apps/qubit/templates/layout.php 2008-10-15 00:25:11 UTC
(rev 1463)
@@ -38,7 +38,7 @@
<div id="header-middle">
<div id="logo">
- <?php echo link_to(image_tag('/images/logo.png', array('alt' =>
$sf_response->getTitle())), '/homepage/') ?>
+ <?php echo link_to(image_tag('logo', array('alt' =>
$sf_response->getTitle())), '/homepage/') ?>
</div>
</div> <!-- close header-middle -->
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---