Revision: 10302
http://sourceforge.net/p/xoops/svn/10302
Author: trabis
Date: 2012-12-02 17:33:39 +0000 (Sun, 02 Dec 2012)
Log Message:
-----------
Fixing theme to work with xlanguage
Modified Paths:
--------------
XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_language.html
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_language.html
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_language.html 2012-12-02 17:32:55 UTC (rev 10301)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_language.html 2012-12-02 17:33:39 UTC (rev 10302)
@@ -1,4 +1,4 @@
-<{if constant($smarty.const.XLANGUAGE_THEME_ENABLE)}>
+<{if $smarty.const.XLANGUAGE_SWITCH_CODE}>
<div class="pull-right">
<{$smarty.const.XLANGUAGE_SWITCH_CODE}>
</div>
|