Author: david
Date: Tue Dec 13 10:25:01 2011
New Revision: 10398
Log:
Make call to browse menu cache culturally sensitive like r10330
Modified:
trunk/plugins/qtTrilliumPlugin/templates/_sidebar.php
trunk/plugins/sfColumbiaPlugin/templates/_header.php
Modified: trunk/plugins/qtTrilliumPlugin/templates/_sidebar.php
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/templates/_sidebar.php Tue Dec 13
00:03:07 2011 (r10397)
+++ trunk/plugins/qtTrilliumPlugin/templates/_sidebar.php Tue Dec 13
10:25:01 2011 (r10398)
@@ -3,7 +3,7 @@
<?php echo get_component_slot('sidebar') ?>
- <?php echo get_component('menu', 'browseMenu') ?>
+ <?php echo get_component('menu', 'browseMenu', array('sf_cache_key' =>
$sf_user->getCulture())) ?>
</div> <!-- /.section -->
</div> <!-- /.column.sidebar#sidebar-first -->
Modified: trunk/plugins/sfColumbiaPlugin/templates/_header.php
==============================================================================
--- trunk/plugins/sfColumbiaPlugin/templates/_header.php Tue Dec 13
00:03:07 2011 (r10397)
+++ trunk/plugins/sfColumbiaPlugin/templates/_header.php Tue Dec 13
10:25:01 2011 (r10398)
@@ -1,7 +1,7 @@
<div id="header">
<div class="section clearfix">
- <?php echo get_component('menu', 'browseMenu') ?>
+ <?php echo get_component('menu', 'browseMenu', array('sf_cache_key' =>
$sf_user->getCulture())) ?>
<?php if (sfConfig::get('app_toggleLogo')): ?>
<?php echo link_to(image_tag('logo', array('alt' => __('Home'))),
'@homepage', array('id' => 'logo', '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.