From: <be...@us...> - 2012-07-06 16:43:46
|
Revision: 9791 http://xoops.svn.sourceforge.net/xoops/?rev=9791&view=rev Author: beckmi Date: 2012-07-06 16:43:40 +0000 (Fri, 06 Jul 2012) Log Message: ----------- Adding missing link to preferences Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/xotpl/menu.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/xotpl/menu.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/xotpl/menu.html 2012-07-05 18:13:46 UTC (rev 9790) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/xotpl/menu.html 2012-07-06 16:43:40 UTC (rev 9791) @@ -47,7 +47,7 @@ </ul> </li> <li class="dropdown"> - <a class="menu dropdown-toggle" href="#"><b class="ico-cog"></b> <{$smarty.const._DEFAULT_SITEPREF}><b class="caret"></b></a> + <a class="menu dropdown-toggle" href="<{xoAppUrl modules/system/admin.php?fct=preferences}>"><b class="ico-cog"></b> <{$smarty.const._DEFAULT_SITEPREF}><b class="caret"></b></a> <ul class="dropdown-menu"> <{foreach item=pref from=$module_menu}> <{if $pref->getInfo(dirname) == 'system'}> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |