1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-24 08:22:07 +02:00

Added missing {SITEDISCLAIMER} shortcode to Voux.

This commit is contained in:
Cameron
2021-11-23 13:44:39 -08:00
parent 1f5ec4038c
commit 6fb0d3f2bb
2 changed files with 2 additions and 1 deletions

View File

@@ -289,7 +289,7 @@
<core name="sitebutton">{e_IMAGE}button.png</core>
<core name="sitecontacts">255</core>
<core name="sitedescription"></core>
<core name="sitedisclaimer"><![CDATA[ Copyright Info. All Rights Reserved]]></core>
<core name="sitedisclaimer"></core>
<core name="sitelang_init">English</core>
<core name="sitelanguage">English</core>
<core name="sitelogo"></core>

View File

@@ -295,6 +295,7 @@ $LAYOUT['_footer_'] = '
<div id="footer-copyright" class="container">
<div class="row">
<div class="col-lg-8">
<small>{SITEDISCLAIMER}</small><br />
<!-- Under the terms of the GNU GPL, this may not be removed or modified -->
<small>e107 Theme based on &quot;Voux&quot; by <a href="http://www.themexpose.com/">ThemeXpose</a> which is released under the terms of the GNU General Public license. </small>
</div>