Parašė bad_user· 2008 Geg. 6 17:05:00
#7
Jūs gal galit nustoti svaigti? :|
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#ffffff";
$body_bg = "#222222";
$theme_width = "1100";
$theme_height= "100%";
$theme_width_l = "180";
$theme_width_r = "180";
function render_header($header_content) {
global $theme_width;
echo "<table cellpadding='0' cellspacing='0' width='900' align='center' class='outer-border'>\n<tr>
<td class='navbar' align='center' width='900' height='25'>".showsublinks("·","white")."</td>
</tr>
</table>\n";
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
</table>
</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='footerbg' border='1'>
<tr>
<td class='footer' align='center' width='100%' height='25'>GameManiacs Theme By <a href='http://art4fusion.com' align='left'>Art4Fusion.com</a> |
Distributed under the GPL License | Powered by <a href='http://php-fusion.co.uk' align='right'>Php-Fusion</a><br>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr><td>
<table cellpadding='0' cellspacing='0' width='100%'>
<td aling='left' width='21' height='25'><img src='".THEME."/images/sidenavbg_left.png'></td>
<td class='capmain' align='center'>$subject</td>
<td aling='right' width='21' height='25'><img src='".THEME."/images/sidenavbg_right.png'></td>
</td></tr></table>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr><td>
<table cellpadding='0' cellspacing='0' width='100%'>
<td aling='left' width='20' height='25'><img src='".THEME."/images/sidenavbg_left.png'></td>
<td class='capmain' align='center' height='25'>$subject</td>
<td aling='right' width='20' height='25'><img src='".THEME."/images/sidenavbg_right.png'></td>
</td></tr></table>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='outer-border'>
<tr><td>
<table cellpadding='0' cellspacing='0' width='100%'>
<td aling='left' width='20' height='25'><img src='".THEME."/images/sidenavbg_left.png'></td>
<td class='capmain' align='center' height='25'>$title</td>
<td aling='right' width='20' height='25'><img src='".THEME."/images/sidenavbg_right.png'></td>
</td></tr></table>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='outer-border'>
<tr><td>
<table cellpadding='0' cellspacing='0' width='100%'>
<td aling='left' width='20' height='25'><img src='".THEME."/images/sidenavbg_left.png'></td>
<td class='scapmain' align='center' height='25'>$title</td>
<td aling='right' width='20' height='25'><img src='".THEME."/images/sidenavbg_right.png'></td>
</td></tr></table>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='outer-border'>
<tr><td>
<table cellpadding='0' cellspacing='0' width='100%'>
<td aling='left' width='20' height='25'><img src='".THEME."/images/sidenavbg_left.png'></td>
<td class='scapmain' align='center' height='25'>$title</td>
<td class='scapmain' align='center:right'>".panelbutton($state,$boxname)."</td>
<td aling='right' width='20' height='25'><img src='".THEME."/images/sidenavbg_right.png'></td>
</td></tr></table>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="on"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";
}
?>
Duracell nenurauki nelysk ir nejauk žmogui smegenų. :|
Redagavo bad_user· 2008 Geg. 6 17:05:40