Updated layout file format to XML
Fixed config & install inconstinstencies Fixed form management updates Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
66805034a6
commit
d40313279a
29 changed files with 692 additions and 918 deletions
|
|
@ -47,46 +47,15 @@
|
|||
),
|
||||
),
|
||||
'frontend' => array(
|
||||
'web' => array(
|
||||
'url' => array(
|
||||
'base' => null,
|
||||
'skin' => null,
|
||||
'js' => null,
|
||||
'css' => null,
|
||||
)
|
||||
),
|
||||
'system' => array(
|
||||
'path' => array(
|
||||
'base' => null,
|
||||
'skin' => null,
|
||||
'js' => null,
|
||||
'css' => null,
|
||||
)
|
||||
),
|
||||
'layout' => array(
|
||||
'page' => 'page.php',
|
||||
'page' => 'page.xml',
|
||||
'user' => 'user.xml',
|
||||
'empire' => 'empire.php'
|
||||
),
|
||||
),
|
||||
'backend' => array(
|
||||
'web' => array(
|
||||
'url' => array(
|
||||
'base' => null,
|
||||
'skin' => null,
|
||||
'js' => null,
|
||||
'css' => null,
|
||||
)
|
||||
),
|
||||
'system' => array(
|
||||
'path' => array(
|
||||
'base' => null,
|
||||
'skin' => null,
|
||||
'js' => null,
|
||||
'css' => null,
|
||||
)
|
||||
),
|
||||
'layout' => array(
|
||||
'page' => 'page.php',
|
||||
'page' => 'page.xml',
|
||||
'admin' => 'admin.php'
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue