LiGhT-KiD
Narys
Margas
Pranešimai: 98
Įstojęs: 2008 Geg. 20 03:05:45
krc ziurekit turiu l2 theme bet ji va tokia isplesta
http://l2-undercover.freehostia....
gal padesit biski dq.
minimukas
Narys
Terminatorius
Pranešimai: 1631
Įstojęs: 2009 Bir. 11 23:06:46
tau reikai theme.php redeguoti
$theme_width_l = "175";
sita paredeguok koki nori locio kad butu
LiGhT-KiD
Narys
Margas
Pranešimai: 98
Įstojęs: 2008 Geg. 20 03:05:45
vistiek neiseina man padekit...
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#0f697e";
$body_bg = "#000000";
$theme_width = "100%";
$theme_width_l = "251";
$theme_width_r = "251";
function render_header($header_content) {
global $theme_width,$locale,$data,$aidlink,$db_prefix;
echo "<table align='center' style='padding-right: 0px; padding-bottom:0px;' cellpadding='0' cellspacing='0' width='0' class='paneles'>\n<tr>
<td align='left' width='500'>";
include THEME."Status.php";
echo "</td>
</tr>
</table>
<table align='center' cellpadding='0' cellspacing='0' width='881'>
\n
<tr>
<td align='left' class='sub-header'>  ".showsublinks("·","white")."</td>
</tr>
</table>
\n";
echo "\n";
echo "
<table align='center' cellpadding='0' cellspacing='0' width='881'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='881' class='footer'>
<tr>
<td align='center'>TVS: <a href='http://www.php-fusion.co.uk' target='_blank' style='color:#0b5d6e;'>PHP-Fusion</a> - Desinger: <a href='http://www.la2base.lt' target='_blank' style='color:#0b5d6e;'>Songer@!`~</a></td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='710'>
<tr>
<td align='center' class='capmain'>$subject</td>
</tr>
<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='710' cellpadding='0' cellspacing='0'>
<tr>
<td align='center' class='capmain'>$subject</td>
</tr>
<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='710'>
<tr>
<td align='center' class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
<tr><td><img src='".THEME."images/closetable.gif' alt='bullet'></td></tr>
</table>\n";
}
function openside($title) {
echo "<table width='710' cellpadding='0' cellspacing='0'>
<tr>
<td align='center' class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
<tr><td><img src='".THEME."images/closeside.gif' alt='bullet'></td></tr>
</table>\n";
tablebreak();
}
function openside_header($title) {
echo "<table width='710' cellpadding='0' cellspacing='0'>
<tr>
<td align='center'class='side-body-panel'>\n";
}
function closeside_header() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function openside_panel($title) {
echo "<table width='710' cellpadding='0' cellspacing='0'>
<tr>
<td class='side-body-panel'>\n";
}
function closeside_panel() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" 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";
}
?>
minimukas
Narys
Terminatorius
Pranešimai: 1631
Įstojęs: 2009 Bir. 11 23:06:46
seip kai dedi koda isjunk sypseneles
arba pakeisk situos 2
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#0f697e";
$body_bg = "#000000";
$theme_width = "100%";
$theme_width_l = "175";
$theme_width_r = "175";
function render_header($header_content) {
global $theme_width,$locale,$data,$aidlink,$db_prefix;
echo "<table align='center' style='padding-right: 0px; padding-bottom:0px;' cellpadding='0' cellspacing='0' width='0' class='paneles'>\n<tr>
<td align='left' width='500'>";
include THEME."Status.php";
echo "</td>
</tr>
</table>
<table align='center' cellpadding='0' cellspacing='0' width='881'>
\n
<tr>
<td align='left' class='sub-header'>  ".showsublinks("·","white")."</td>
</tr>
</table>
\n";
echo "\n";
echo "
<table align='center' cellpadding='0' cellspacing='0' width='881'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='881' class='footer'>
<tr>
<td align='center'>TVS: <a href='http://www.php-fusion.co.uk' target='_blank' style='color:#0b5d6e;'>PHP-Fusion</a> - Desinger: <a href='http://www.la2base.lt' target='_blank' style='color:#0b5d6e;'>Songer@!`~</a></td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='710'>
<tr>
<td align='center' class='capmain'>$subject</td>
</tr>
<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='710' cellpadding='0' cellspacing='0'>
<tr>
<td align='center' class='capmain'>$subject</td>
</tr>
<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='710'>
<tr>
<td align='center' class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
<tr><td><img src='".THEME."images/closetable.gif' alt='bullet'></td></tr>
</table>\n";
}
function openside($title) {
echo "<table width='710' cellpadding='0' cellspacing='0'>
<tr>
<td align='center' class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
<tr><td><img src='".THEME."images/closeside.gif' alt='bullet'></td></tr>
</table>\n";
tablebreak();
}
function openside_header($title) {
echo "<table width='710' cellpadding='0' cellspacing='0'>
<tr>
<td align='center'class='side-body-panel'>\n";
}
function closeside_header() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function openside_panel($title) {
echo "<table width='710' cellpadding='0' cellspacing='0'>
<tr>
<td class='side-body-panel'>\n";
}
function closeside_panel() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" 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";
}
?>
LiGhT-KiD
Narys
Margas
Pranešimai: 98
Įstojęs: 2008 Geg. 20 03:05:45
tj gal sypseneles isjunk
minimukas
Narys
Terminatorius
Pranešimai: 1631
Įstojęs: 2009 Bir. 11 23:06:46
nu kaip viskas gerai jau?
LiGhT-KiD
Narys
Margas
Pranešimai: 98
Įstojęs: 2008 Geg. 20 03:05:45
cia visa lentele ta pati kur as daviau tas pats sh.. nepasikeite niekas
minimukas
Narys
Terminatorius
Pranešimai: 1631
Įstojęs: 2009 Bir. 11 23:06:46
bandyk sita tada pamazint
$theme_width = "100%";
100% y koki 750
$theme_width = "750";
gal tada pades
LiGhT-KiD
Narys
Margas
Pranešimai: 98
Įstojęs: 2008 Geg. 20 03:05:45
tas pats shudas ziurek pats niekas nepasikeite
http://l2-undercover.freehostia....
LiGhT-KiD
Narys
Margas
Pranešimai: 98
Įstojęs: 2008 Geg. 20 03:05:45
padekit kas nors niekaip nesigauna
Peršokti į forumą:
Nebeegzistuojančios svetainės
Žaliems
Bendri PHP-F klausimai
WordPress
Kiti PHP, HTML, MySQL klausimai
Expert PHP, MySQL klausimai
Kitos TVS
C#, Python, Java, JS, C++ klausimai
Naujų modų pristatymai
Mods, Panels & Infusions
Themes
Dalinuosi, dovanoju!
Jūsų saitai
Klausimai apie domenus ir hostingus
VPS/DS serverių konfigūravimas ir valdymas
Viskas apie skaitliukus, top'us ir lankomumą
Dizaino konkursai
Parduodu - perku dizainą, banerį
Parduodu - perku - keičiuosi reklama
Parduodu - perku domeną, tinklapį
Siūlau - ieškau hostingo/VPS serverio
Parduodu - perku skriptą, modifikaciją, tvs
Socialiniai tinklai - Facebook ir kiti
Legalus verslas, teisiniai klausimai
Visa kita kas susiję su darbu ir pinigais
LTStartups.com - Lietuvos startuolių bendruomenė
Off-Topic diskusijos
IT naujienos
Portalo informacija
Narių pasiūlymai
Geležis ir programinė įranga
Grafika
Out Of Place
Su e-verslu nesusijęs darbas ir prekyba
Dalinuosi, dovanoju!