fixed not display sub menu in general setting page

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9093 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-07 11:45:48 +00:00
parent b7eb39e8e8
commit 882fce4284
4 changed files with 32 additions and 34 deletions

View file

@ -387,7 +387,6 @@
Context::set('start_module', $start_module); Context::set('start_module', $start_module);
Context::set('pwd',$pwd); Context::set('pwd',$pwd);
Context::set('layout','none');
$this->setTemplateFile('config'); $this->setTemplateFile('config');
} }

View file

@ -1,6 +1,6 @@
<!--%import("./js/config.js")--> <!--%import("./js/config.js")-->
<!--%import("../../session/tpl/js/session.js")--> <!--%import("../../session/tpl/js/session.js")-->
<!--#include("./_spHeader.html")-->
<script> <script>
jQuery(function($){ jQuery(function($){
$('#favicon').change(function(){ $('#favicon').change(function(){
@ -218,4 +218,3 @@ jQuery(function($){
</div> </div>
</form> </form>
</div> </div>
<!--#include("./_spFooter.html")-->