mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Hardcode copyright info.
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
)]]></core>
|
)]]></core>
|
||||||
<core name="newsposts">3</core>
|
<core name="newsposts">3</core>
|
||||||
<core name="shortdate">%d %b %Y</core>
|
<core name="shortdate">%d %b %Y</core>
|
||||||
<core name="sitedisclaimer"><![CDATA[e107 Theme based on "The Voux" by [link=http://www.themexpose.com/]ThemeXpose[/link] which is realeased under the terms of the GNU General Public license.]]></core>
|
|
||||||
<core name="sitelogo">{e_THEME}voux/install/logo2B252832529.png</core>
|
<core name="sitelogo">{e_THEME}voux/install/logo2B252832529.png</core>
|
||||||
<core name="sitetheme_custompages"><![CDATA[array (
|
<core name="sitetheme_custompages"><![CDATA[array (
|
||||||
'jumbotron_full' =>
|
'jumbotron_full' =>
|
||||||
|
@@ -1,6 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Voux Blog Theme for e107 v2.x
|
* The Voux Blog Theme for e107 v2.x
|
||||||
|
* "The Voux" is Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||||
|
* Released under the terms and conditions of the
|
||||||
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
|
* All Rights Reserved
|
||||||
* @see : http://voux-with-out-slider-themexpose.blogspot.in/
|
* @see : http://voux-with-out-slider-themexpose.blogspot.in/
|
||||||
*/
|
*/
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -263,8 +267,9 @@ $LAYOUT['_footer_'] = '
|
|||||||
|
|
||||||
<div id="footer-copyright" class="container">
|
<div id="footer-copyright" class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="sitedisclaimer" class="col-lg-8">
|
<div class="col-lg-8">
|
||||||
<small>{SITEDISCLAIMER}</small>
|
<!-- Under the terms of the GNU GPL, this may not be removed or modified -->
|
||||||
|
<small>e107 Theme based on "Voux" by <a href="http://www.themexpose.com/">ThemeXpose</a> which is realeased under the terms of the GNU General Public license. </small>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
{BOOTSTRAP_USERNAV: placement=bottom&dir=up}
|
{BOOTSTRAP_USERNAV: placement=bottom&dir=up}
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<e107Theme name="The Voux" version="1.0" date="2016-05-30" compatibility="2.0">
|
<e107Theme name="Voux" version="1.0" date="2016-05-30" compatibility="2.0">
|
||||||
<author name ="e107 Inc" email="e107inc@something.com" url="http://e107.org" />
|
<author name ="e107 Inc" email="e107inc@something.com" url="http://e107.org" />
|
||||||
<summary>Simple modern blog theme.</summary>
|
<summary>Simple modern blog theme.</summary>
|
||||||
<description>Based on the blogger theme by ThemeExpose</description>
|
<description>Ported from the blogger theme by ThemeExpose</description>
|
||||||
<category>blog</category>
|
<category>blog</category>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin name='rss_menu' url='core' />
|
<plugin name='rss_menu' url='core' />
|
||||||
|
Reference in New Issue
Block a user