From: <ma...@us...> - 2012-04-27 21:33:49
|
Revision: 9390 http://xoops.svn.sourceforge.net/xoops/?rev=9390&view=rev Author: mageg Date: 2012-04-27 21:33:42 +0000 (Fri, 27 Apr 2012) Log Message: ----------- small link error Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/theme.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/theme.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/theme.html 2012-04-27 16:13:39 UTC (rev 9389) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/theme.html 2012-04-27 21:33:42 UTC (rev 9390) @@ -113,7 +113,7 @@ <div class="footer"> <p class="pull-right"><a href="#">Back to top</a></p> <p class="txtcenter"> - Powered by <a class="tooltip" rel="external" href="http://sourceforge.net/projects/xoops/" title="Xoops Project"><{$xoops_version}></a> © 2001-<{$smarty.now|date_format:"%Y"}> + Powered by <a href="http://sourceforge.net/projects/xoops/" rel="external" title="Xoops Project"><{$xoops_version}></a> © 2001-<{$smarty.now|date_format:"%Y"}> </p> <!--{xo-logger-output}--> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |