1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +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

@@ -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>