1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Part of Bugtracker #3843 - correct typo on THEME_DISCLAIMER in some themes

This commit is contained in:
e107steved
2007-03-18 11:20:39 +00:00
parent 80a6e757ec
commit c0b59cc452
8 changed files with 21 additions and 21 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/crahan/theme.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:44 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-03-18 11:20:39 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/theme.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:48 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-03-18 11:20:39 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -85,7 +85,7 @@ $FOOTER =
{SITEDISCLAIMER}
<br />
{THEMEDISCLAIMER}
{THEME_DISCLAIMER}
</td>
</tr>
</table>

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/interfectus/theme.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:49 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-03-18 11:20:39 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -118,7 +118,7 @@ $FOOTER = "
</tr>
</table>
<div class='smalltext' style='text-align: center;'>{SITEDISCLAIMER}<br />{THEMEDISCLAIMER}</div>
<div class='smalltext' style='text-align: center;'>{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}</div>
";

View File

@@ -119,7 +119,7 @@ $FOOTER = "
</div>
</div>
<div id='footer'>
{SITEDISCLAIMER}<br />{THEMEDISCLAIMER}
{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}
<br />
<a href='http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=86'><img alt='e107 recommends Firefox' title='e107 recommends Firefox' src=' http://sfx-images.mozilla.org/affiliates/Buttons/125x50/takebacktheweb_125x50.png' style='border: 0;' /></a>
</div>

View File

@@ -10,9 +10,9 @@
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:56 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-03-18 11:20:39 $
| $Author: e107steved $
+---------------------------------------------------------------+
*/
@@ -64,7 +64,7 @@ $FOOTER = "
<hr />
<div id='footer'>
<p>
{SITEDISCLAIMER}<br />{THEMEDISCLAIMER}
{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}
</p>
</div>
</div>
@@ -84,7 +84,7 @@ $CUSTOMFOOTER = "
<hr />
<div id='footer'>
<p>
{SITEDISCLAIMER}<br />{THEMEDISCLAIMER}
{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}
</p>
</div>
</div>

View File

@@ -71,7 +71,7 @@ $FOOTER = "
<div id='footer'>
<div class='columnwrap'>
<div style='text-align: center;' class='smalltext'>
{SITEDISCLAIMER}<br />{THEMEDISCLAIMER}
{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}
<br />
<img src='".e_IMAGE_ABS."generic/php-small-trans-light.gif' alt='' /> <img src='".e_IMAGE_ABS."button.png' alt='' />
<img src='".e_IMAGE_ABS."generic/poweredbymysql-88.png' alt='' /> &nbsp;&nbsp;&nbsp;&nbsp;

View File

@@ -75,7 +75,7 @@ $FOOTER = "
</table>
</div>
<div class='smalltext' style='text-align: center;'>{SITEDISCLAIMER}<br />{THEMEDISCLAIMER}</div>
<div class='smalltext' style='text-align: center;'>{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}</div>
";

View File

@@ -76,7 +76,7 @@ $FOOTER = "
</td>
</tr>
<tr>
<td class='infobar' colspan='2' style='text-align: center;'>{SITEDISCLAIMER}<br />{THEMEDISCLAIMER}</td>
<td class='infobar' colspan='2' style='text-align: center;'>{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}</td>
</tr>
</table>
";
@@ -104,7 +104,7 @@ $CUSTOMFOOTER = "
</td>
</tr>
<tr>
<td class='infobar' colspan='2' style='text-align: center;'>{SITEDISCLAIMER}<br />{THEMEDISCLAIMER}</td>
<td class='infobar' colspan='2' style='text-align: center;'>{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}</td>
</tr>
</table>
";