1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 17:09:46 +01:00

Theme xml changes - work in progress.

This commit is contained in:
CaMer0n 2008-02-23 23:51:40 +00:00
parent 210336102e
commit 1f6e7704ca
2 changed files with 10 additions and 17 deletions

View File

@ -11,29 +11,20 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/theme.php,v $
| $Revision: 1.2 $
| $Date: 2007-03-18 11:20:39 $
| $Author: e107steved $
| $Revision: 1.3 $
| $Date: 2008-02-23 23:51:39 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
// [multilanguage]
include_lan(e_THEME."e107v4a/languages/".e_LANGUAGE.".php");
include_lan(e_THEME."e107v4a/languages/e107v4a_".e_LANGUAGE.".php");
// [theme]
$themename = "e107.v4";
$themeversion = "2.01";
$themeauthor = "Steve Dunstan [jalist]";
$themeemail = "jalist@e107.org";
$themewebsite = "http://e107.org";
$themedate = "11/06/2003";
$themeinfo = "";
$xhtmlcompliant = TRUE;
$csscompliant = TRUE;
define("IMODE", "lite");
define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_6."</i>");
@ -42,7 +33,7 @@ define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_6."</i>");
$layout = "_default";
$logo = THEME_ABS."images/bullet3.gif";
$HEADER .=
$HEADER['3_column'] =
"
<table style='width:100%; background-color:#E4E0E0' cellspacing='3' class='topborder'>
<tr>
@ -76,7 +67,7 @@ $HEADER .=
{MENU=1}
</td><td style='width:60%; vertical-align: top;'>";
$FOOTER =
$FOOTER['3_column'] =
"</td><td style='width:20%; vertical-align:top'>
{MENU=2}
</td></tr>

View File

@ -3,7 +3,7 @@
<e107Theme>
<name>e107.v4</name>
<version>3.0</version>
<date>11/06/2003</date>
<date>2003-06-11</date>
<author>Steve Dunstan [jalist]</author>
<authorEmail>jalist@e107.org</authorEmail>
<authorUrl>http://e107.org</authorUrl>
@ -11,5 +11,7 @@
<compatibility>0.8</compatibility>
<xhtmlCompliant>true</xhtmlCompliant>
<cssCompliant>true</cssCompliant>
<layout name="3 Column" default='true' />
<layouts>
<layout name='3_column' title='3 Columns' preview='preview.png' previewFull='preview_full.png' />
</layouts>
</e107Theme>