mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
added layout and skin's name for design settings
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12240 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d9f44e9d48
commit
e665650392
3 changed files with 49 additions and 4 deletions
|
|
@ -154,7 +154,11 @@ class layoutAdminModel extends layout {
|
|||
|
||||
$layoutSrl = $this->getSiteDefaultLayout($type, $siteSrl);
|
||||
|
||||
$oLayoutModel = getModel('layout');
|
||||
$layoutInfo = $oLayoutModel->getLayoutRawData($layoutSrl, array('title'));
|
||||
|
||||
$this->add('layout_srl', $layoutSrl);
|
||||
$this->add('title', $layoutInfo->title);
|
||||
}
|
||||
|
||||
public function getSiteDefaultLayout($viewType = 'P', $siteSrl = 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue