mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Theme xml changes - work in progress.
This commit is contained in:
@@ -11,29 +11,20 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/theme.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/theme.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-03-18 11:20:39 $
|
| $Date: 2008-02-23 23:51:39 $
|
||||||
| $Author: e107steved $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
// [multilanguage]
|
// [multilanguage]
|
||||||
include_lan(e_THEME."e107v4a/languages/".e_LANGUAGE.".php");
|
include_lan(e_THEME."e107v4a/languages/e107v4a_".e_LANGUAGE.".php");
|
||||||
|
|
||||||
|
|
||||||
// [theme]
|
// [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("IMODE", "lite");
|
||||||
define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_6."</i>");
|
define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_6."</i>");
|
||||||
|
|
||||||
@@ -42,7 +33,7 @@ define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_6."</i>");
|
|||||||
$layout = "_default";
|
$layout = "_default";
|
||||||
$logo = THEME_ABS."images/bullet3.gif";
|
$logo = THEME_ABS."images/bullet3.gif";
|
||||||
|
|
||||||
$HEADER .=
|
$HEADER['3_column'] =
|
||||||
"
|
"
|
||||||
<table style='width:100%; background-color:#E4E0E0' cellspacing='3' class='topborder'>
|
<table style='width:100%; background-color:#E4E0E0' cellspacing='3' class='topborder'>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -76,7 +67,7 @@ $HEADER .=
|
|||||||
{MENU=1}
|
{MENU=1}
|
||||||
</td><td style='width:60%; vertical-align: top;'>";
|
</td><td style='width:60%; vertical-align: top;'>";
|
||||||
|
|
||||||
$FOOTER =
|
$FOOTER['3_column'] =
|
||||||
"</td><td style='width:20%; vertical-align:top'>
|
"</td><td style='width:20%; vertical-align:top'>
|
||||||
{MENU=2}
|
{MENU=2}
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
<e107Theme>
|
<e107Theme>
|
||||||
<name>e107.v4</name>
|
<name>e107.v4</name>
|
||||||
<version>3.0</version>
|
<version>3.0</version>
|
||||||
<date>11/06/2003</date>
|
<date>2003-06-11</date>
|
||||||
<author>Steve Dunstan [jalist]</author>
|
<author>Steve Dunstan [jalist]</author>
|
||||||
<authorEmail>jalist@e107.org</authorEmail>
|
<authorEmail>jalist@e107.org</authorEmail>
|
||||||
<authorUrl>http://e107.org</authorUrl>
|
<authorUrl>http://e107.org</authorUrl>
|
||||||
@@ -11,5 +11,7 @@
|
|||||||
<compatibility>0.8</compatibility>
|
<compatibility>0.8</compatibility>
|
||||||
<xhtmlCompliant>true</xhtmlCompliant>
|
<xhtmlCompliant>true</xhtmlCompliant>
|
||||||
<cssCompliant>true</cssCompliant>
|
<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>
|
</e107Theme>
|
Reference in New Issue
Block a user