من این کد هارو گذاشتتم اما نشد مشکل از چی هست؟:
نام استایل :home
فایل php:home.php
کد استایل:
کد:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">2rehami</td>
</tr>
<tr>
<td class="alt1">
<!-- html code here -->
<table class="tborder" width="100%"
align="center" border="0" cellpadding="6" cellspacing="1">
<thead><tr>
<td class="tcat" colspan="0">تبليغات سايت</td>
</tr></thead>
<tbody><tr>
<td class="alt1" width="100%">
<div align="center">
<object width="468" height="60">
<param name="movie" value="somefilename.swf">
<embed width="400" height="60" src="homepage.swf"</p>
<a href=private.php?do=newpm&u=3><img src=images/tabligh.gif border=0 width="440" height="68"></a>
</embed>
<td class="alt1" width="100%">
<a href=http://p30rank.ir/?ref=9138><img src=http://p30rank.ir/banners/ban8.gif border=0 width="440" height="68"></a>
<a href=private.php?do=newpm&u=3><img src=images/tabligh.gif border=0 width="440" height="68"></a>
</object>
</div>
</td></tr></tbody></table>
<!-- end of html code -->
</td>
</tr>
</table>
$footer
</body>
</html>
کد فایل php:
کد:
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'home'); // change this depending on your filename
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(
);
// get special data templates from the datastore
$specialtemplates = array(
);
// pre-cache templates used by all actions
$globaltemplates = array(
'clogin',
);
// pre-cache templates used by specific actions
$actiontemplates = array(
);
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
$navbits = array();
$navbits[$parent] = 'Login';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('home') . '");');
?>
علاقه مندی ها (Bookmarks)