1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Fix for modern theme default MENU area.

This commit is contained in:
Cameron
2016-03-18 21:54:26 -07:00
parent 0ffdc23c18
commit 4beaa11438
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<plugins>advlist autosave lists link image charmap print preview hr anchor pagebreak searchreplace wordcount visualchars code fullscreen
insertdatetime media nonbreaking table contextmenu directionality emoticons template paste textcolor </plugins>
<menubar>edit view format insert table tools</menubar>
<toolbar1>undo redo | removeformat | styleselect | bold italic underline forecolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image template | e107-image media e107-video e107-glyph smileys | preview | fullscreen</toolbar1>
<toolbar1>undo redo | removeformat | styleselect | bold italic underline forecolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image template | media | e107-image e107-video e107-glyph smileys | preview | fullscreen</toolbar1>
<external_plugins>e107</external_plugins>
<image_advtab>true</image_advtab>
<media_alt_source>false</media_alt_source>

View File

@@ -332,7 +332,7 @@ $LAYOUT['modern_business_home'] = <<<TMPL
<div class="container">
{ALERTS}
<!-- Start Menu 1 -->
{MENU=1}
{MENU=10}
<!-- End Menu 1 -->
</div>