Author: sevein
Date: Tue Sep 13 16:56:07 2011
New Revision: 9722
Log:
Header logo/title fix
Modified:
trunk/plugins/qtTrilliumPlugin/templates/_header.php
Modified: trunk/plugins/qtTrilliumPlugin/templates/_header.php
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/templates/_header.php Tue Sep 13
16:07:10 2011 (r9721)
+++ trunk/plugins/qtTrilliumPlugin/templates/_header.php Tue Sep 13
16:56:07 2011 (r9722)
@@ -60,8 +60,7 @@
<?php if (sfConfig::get('app_toggleLogo')): ?>
<?php echo link_to(image_tag('logo', array('alt' =>
__('Home'))), '@homepage', array('id' => 'logo', 'rel' => 'home', 'title' =>
__('Home'))) ?>
<?php endif; ?>
- </td>
- <td>
+ </td><td width="99%">
<?php if (sfConfig::get('app_toggleTitle')): ?>
<h1>
<?php echo link_to(sfConfig::get('app_siteTitle'),
'@homepage', array('rel' => 'home', 'title' => __('Home'))) ?>
--
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.com/group/qubit-commits?hl=en.