Author: rande
Date: 2010-04-07 08:30:07 +0200 (Wed, 07 Apr 2010)
New Revision: 29027
Modified:
plugins/swBaseApplicationPlugin/trunk/templates/sw_base_application_blank.php
plugins/swBaseApplicationPlugin/trunk/templates/sw_base_application_layout.php
Log:
[swBaseApplicationPlugin] remove mgI18nPlugin calls
Modified:
plugins/swBaseApplicationPlugin/trunk/templates/sw_base_application_blank.php
===================================================================
---
plugins/swBaseApplicationPlugin/trunk/templates/sw_base_application_blank.php
2010-04-07 05:20:33 UTC (rev 29026)
+++
plugins/swBaseApplicationPlugin/trunk/templates/sw_base_application_blank.php
2010-04-07 06:30:07 UTC (rev 29027)
@@ -17,11 +17,6 @@
<?php echo $sf_content ?>
</div>
-
- <?php if(sfConfig::get('mg_i18n_enabled', false)): ?>
- <?php include_component('mgI18nAdmin', 'displayTranslationBox') ?>
- <?php endif;?>
-
</body>
</html>
Modified:
plugins/swBaseApplicationPlugin/trunk/templates/sw_base_application_layout.php
===================================================================
---
plugins/swBaseApplicationPlugin/trunk/templates/sw_base_application_layout.php
2010-04-07 05:20:33 UTC (rev 29026)
+++
plugins/swBaseApplicationPlugin/trunk/templates/sw_base_application_layout.php
2010-04-07 06:30:07 UTC (rev 29027)
@@ -46,11 +46,6 @@
</div>
<p id="footer"><a href="http://www.soleoweb.com">(c) Soleoweb SARL.</a></p>
</div>
-
- <?php if(sfConfig::get('mg_i18n_enabled', false)): ?>
- <?php include_component('mgI18nAdmin', 'displayTranslationBox') ?>
- <?php endif;?>
-
</body>
</html>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" 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/symfony-svn?hl=en.