1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

admin->menus is now functioning correctly with theme.xml. Support for choosing the default layout and menuPresets is working. Still to do - storage of menu placement and custompages for each layout.

This commit is contained in:
CaMer0n
2009-07-05 11:57:40 +00:00
parent 23c172f520
commit 7723d9b836
4 changed files with 281 additions and 41 deletions

View File

@@ -17,6 +17,16 @@
</area>
</menuPresets>
</layout>
<layout name='2_column' title='2 Columns' preview='preview.jpg' previewFull='preview_full.png' />
<layout name='2_column' title='2 Columns' preview='preview.jpg' previewFull='preview_full.png' >
<menuPresets>
<area id='1' >
<menu name='login' />
<menu name='online' />
</area>
<area id='2'>
</area>
</menuPresets>
</layout>
</layouts>
</e107Theme>