1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Boostrap3 Theme Custom Preferences added.

This commit is contained in:
Cameron
2015-03-29 20:25:33 -07:00
parent 44874d91b0
commit e3e51fa59c
5 changed files with 124 additions and 7 deletions

View File

@@ -126,11 +126,11 @@ $LAYOUT['_header_'] = '
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{SITEURL}">{SITENAME}</a>
<a class="navbar-brand" href="{SITEURL}">{BOOTSTRAP_BRANDING}</a>
</div>
<div class="navbar-collapse collapse">
<div class="navbar-collapse collapse {BOOTSTRAP_NAV_ALIGN}">
{NAVIGATION=main}
{BOOTSTRAP_USERNAV}
{BOOTSTRAP_USERNAV: placement=top}
</div><!--/.navbar-collapse -->
</div>
</div>
@@ -148,7 +148,9 @@ $LAYOUT['_footer_'] = ' <hr>
</div>
<div class="col-lg-6 text-right">
{XURL_ICONS: size=2x}
{BOOTSTRAP_USERNAV: placement=bottom&dir=up}
</div>
<div class="col-lg-12 text-center">
<small>{SITEDISCLAIMER}</small>
</div>