i filen du sendte til mig ville jeg tro den skulle se sådan her ud:
<?php
/*
+---------------------------------------------------------------+
| e107 website system
|
| ©Steve Dunstan 2001-2002
|
http://e107.org| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (
http://gnu.org).
+---------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
// [multilanguage]
@include_once(e_THEME."blogsmith/languages/".e_LANGUAGE.".php");
@include_once(e_THEME."blogsmith/languages/English.php");
// [theme]
$themename = "Blog Smith";
$themeversion = "1.0";
$themeauthor = "Veselin Totev [veskoto]";
$themeemail = "veskoto@e107bg.org";
$themewebsite = "
http://e107bg.org";$themedate = "26/09/2007";
$themeinfo = "";
define("STANDARDS_MODE", TRUE);
$xhtmlcompliant = TRUE;
$csscompliant = TRUE;
define("IMODE", "lite");
define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_1."</i>");
// [layout]
$layout = "_default";
$HEADER = "
<!-- start header -->
<div id='logo'>
<h1>{SITENAME}</h1>
<p>{SITETAG}</p>
</div>
<div id='menu'>
<ul>
<li>
{SITELINKS_ALT=no_icons}
</li>
</ul>
</div>
<!-- end header -->
<!-- start page -->
<div id='page'>
<div id='page-bg'>
<!-- start content -->
<div id='content'>
<div class='latest-post'>
{WMESSAGE}
</div>
{SETSTYLE=default}
<div style='clear: both;'> </div>
";
$FOOTER = "
</div>
<!-- end content -->
<!-- start sidebar -->
<div id='sidebar'>
<div class='latest-post2'>
<img src='".THEME_ABS."images/img04.jpg' alt='' width='140' height='165'
class='right' />
</div>
<div style='clear: both;'> </div>
{SETSTYLE=rightmenu}
{SITELINKS=flat:2}
{MENU=1}
</div>
<!-- end sidebar -->
<div style='clear: both;'> </div>
</div>
</div>
<!-- end page -->
<div id='footer'>
<p>
{SITEDISCLAIMER}.<br />
".LAN_THEME_6."</p>
</div>
";
$CUSTOMHEADER = "
<!-- start header -->
<div id='logo'>
<h1>{SITENAME}</h1>
<p>{SITETAG}</p>
</div>
<div id='menu'>
<ul>
<li>
{SITELINKS_ALT=no_icons}
</li>
</ul>
</div>
<!-- end header -->
<!-- start page -->
<div id='page'>
<div id='page-bg'>
<!-- start content -->
<div id='content_full'>
<div class='latest-post'>
{WMESSAGE}
</div>
{SETSTYLE=default}
<div style='clear: both;'> </div>
";
$CUSTOMFOOTER = "
</div>
<!-- end content -->
<div style='clear: both;'> </div>
</div>
</div>
<!-- end page -->
<div id='footer'>
<p>
{SITEDISCLAIMER}.<br />
".LAN_THEME_6."</p>
</div>
";
$CUSTOMPAGES = "forum/ sgallery/ content/ submitnews.php usersettings.php
download.php";
define('PRELINK', "");
define('POSTLINK', "");
define('LINKSTART', "<span><img src='".THEME_ABS."images/img07.gif' alt='bullet' /> ");
define('LINKSTART_HILITE', "<span style='font-weight:bold'><img
src='".THEME_ABS."images/img07.gif' alt='bullet' /> ");
define('LINKEND', "</span><br />");
define('LINKDISPLAY', 2);
define('LINKALIGN', "center");
define("BULLET", "img07.gif");
/* [newsstyle] */
$NEWSSTYLE = "
<table cellpadding='0' cellspacing='0'>
<tr>
<td style='width: auto; vertical-align: top'>
<h2 class='title'>{NEWSTITLE}</h2>
<p class='byline'>
<small>
{NEWSDATE} | {NEWSAUTHOR} | {NEWSCOMMENTS}<br />
{ADMINOPTIONS}{PRINTICON} {EMAILICON}
</small>
</p>
</td>
</tr>
<tr>
<td style='width: auto; vertical-align: top'>
<div class='entry'>
{NEWSBODY}
<p class='links_left'>{EXTENDED}</p>
</div>
</td>
</tr>
<tr>
<td style='width: auto; vertical-align: top'>
<p class='links_left'></p>
</td>
</tr>
</table>
";
define("ICONSTYLE", "");
define("COMMENTLINK", LAN_THEME_2);
define("COMMENTOFFSTRING", LAN_THEME_3);
define("PRE_EXTENDEDSTRING", "<br /> ");
define("EXTENDEDSTRING", LAN_THEME_4);
define("POST_EXTENDEDSTRING", " <br />");
define("TRACKBACKSTRING", LAN_THEME_5);
define("TRACKBACKBEFORESTRING", " | ");
// [tablestyle]
function tablestyle($caption, $text){
global $style;
switch ($style) {
case "leftmenu":
echo "
{$caption}
{$text}
";
break;
case "rightmenu":
echo "
<h2>
".$caption."
</h2>
".$text."
";
break;
default:
echo "
<table style='width: 100%;' cellpadding='0' cellspacing='0'>
<tr>
<td style='vertical-align: top'>
<div class='entry'>
$caption
</div>
</td>
</tr>
<tr>
<td style='vertical-align: top'>
<div class='entry'>
{$text}
</div>
</td>
</tr>
</table>
<div style='clear: both;'></div>
";
break;
}
}
$CHATBOXSTYLE = "
<img src='".THEME_ABS."images/comment.png' alt='chatbox' /> {USERNAME}
{TIMEDATE}<br />
{MESSAGE}<br /><br />
";
?>
prøv i hvert fald