From: <du...@us...> - 2012-10-07 11:43:15
|
Revision: 10198 http://sourceforge.net/p/xoops/svn/10198 Author: dugris Date: 2012-10-07 11:43:12 +0000 (Sun, 07 Oct 2012) Log Message: ----------- fix template system_dummy.html Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoops.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoops.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoops.php 2012-10-07 11:37:49 UTC (rev 10197) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoops.php 2012-10-07 11:43:12 UTC (rev 10198) @@ -391,7 +391,7 @@ $tpl_info = $this->getTplInfo($tpl_name); $this->tpl_name = $tpl_info['tpl_name']; } else { - $tpl_name = 'system_dummy.html'; + $tpl_name = 'module:system|system_dummy.html'; $tpl_info = $this->getTplInfo($tpl_name); $this->tpl_name = $tpl_info['tpl_name']; } |