issue 661, cafeXE adapt to XE

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9709 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-10-21 08:28:23 +00:00
parent 5e43a9f656
commit 9ede5fedd2
4 changed files with 65 additions and 27 deletions

View file

@ -265,7 +265,9 @@
Context::set('page', $output->page);
Context::set('lang_code_list', $output->data);
Context::set('page_navigation', $output->page_navigation);
$this->setLayoutPath('./common/tpl');
$this->setLayoutFile('popup_layout');
// Set a template file
$this->setTemplateFile('module_langcode');
}