@ -1,9 +1,11 @@
<!-- IMPORT admin/appearance/header.tpl -->
<!-- IMPORT admin/appearance/header.tpl -->
<div id="customise">
<div id="customise">
<h3>Custom CSS</h3>
<div class="panel panel-default">
<div class="panel-heading">Custom CSS</div>
<div class="panel-body">
<p>
<p>
You may also opt to enter your own CSS declarations here, which will be applied after all other styles.
E nter your own CSS declarations here, which will be applied after all other styles.
</p>
</p>
<div id="customCSS"></div>
<div id="customCSS"></div>
<input type="hidden" id="customCSS-holder" value="" data-field="customCSS" />
<input type="hidden" id="customCSS-holder" value="" data-field="customCSS" />
@ -16,10 +18,14 @@
</label>
</label>
</div>
</div>
</form>
</form>
</div>
</div>
<h3>Custom Header</h3>
<div class="panel panel-default">
<div class="panel-heading">Custom Header</div>
<div class="panel-body">
<p>
<p>
You can enter custom HTML here (ex. JavaScript, Meta Tags, etc.) which will be appended to the <code><head></code> section of your forum's markup.
E nter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code><head></code> section of your forum's markup.
</p>
</p>
<div id="customHTML"></div>
<div id="customHTML"></div>
@ -33,6 +39,8 @@
</label>
</label>
</div>
</div>
</form>
</form>
</div>
</div>
<button class="btn btn-primary" id="save">Save</button>
<button class="btn btn-primary" id="save">Save</button>
</div>
</div>