Author: sevein
Date: Tue Feb 7 14:39:27 2012
New Revision: 10818
Log:
Apply same fix to the Trillium templates (regarding to issue 2231).
Modified:
trunk/plugins/qtTrilliumPlugin/templates/_header.php
trunk/plugins/qtTrilliumPlugin/templates/_sidebar.php
Modified: trunk/plugins/qtTrilliumPlugin/templates/_header.php
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/templates/_header.php Tue Feb 7
13:58:25 2012 (r10817)
+++ trunk/plugins/qtTrilliumPlugin/templates/_header.php Tue Feb 7
14:39:27 2012 (r10818)
@@ -8,7 +8,7 @@
<?php if ($sf_user->isAuthenticated()): ?>
<ul>
- <?php echo get_component('menu', 'mainMenu', array('sf_cache_key'
=> 'settings')) ?>
+ <?php echo get_component('menu', 'mainMenu', array('sf_cache_key'
=> $sf_user->getCulture().$sf_user->getUserID()))
</ul>
<?php endif; ?>
Modified: trunk/plugins/qtTrilliumPlugin/templates/_sidebar.php
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/templates/_sidebar.php Tue Feb 7
13:58:25 2012 (r10817)
+++ trunk/plugins/qtTrilliumPlugin/templates/_sidebar.php Tue Feb 7
14:39:27 2012 (r10818)
@@ -3,7 +3,7 @@
<?php echo get_component_slot('sidebar') ?>
- <?php echo get_component('menu', 'browseMenu', array('sf_cache_key' =>
$sf_user->getCulture())) ?>
+ <?php echo get_component('menu', 'browseMenu', array('sf_cache_key' =>
$sf_user->getCulture().$sf_user->getUserID())) ?>
</div> <!-- /.section -->
</div> <!-- /.column.sidebar#sidebar-first -->
--
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.