Author: david
Date: Mon Apr 30 16:55:50 2012
New Revision: 11576
Log:
Disable translation bar in footer (broken)
Modified:
trunk/apps/qubit/templates/_footer.php
Modified: trunk/apps/qubit/templates/_footer.php
==============================================================================
--- trunk/apps/qubit/templates/_footer.php Mon Apr 30 16:38:48 2012
(r11575)
+++ trunk/apps/qubit/templates/_footer.php Mon Apr 30 16:55:50 2012
(r11576)
@@ -4,7 +4,7 @@
<?php echo link_to(image_tag('xhtml10', array('alt' => __('This page is
valid XHTML 1.0'))),
'http://validator.w3.org/check?'.http_build_query(array('uri' =>
$sf_request->getUri().'?'.http_build_query(array(session_name() =>
session_id())), 'ss' => 1))) ?>
<?php if (QubitAcl::check('userInterface', 'translate')): ?>
- <?php echo get_component('sfTranslatePlugin', 'translate') ?>
+ <?php // echo get_component('sfTranslatePlugin', 'translate') ?>
<?php endif; ?>
<?php echo get_component_slot('footer') ?>
--
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.