Navigacija

Vartotojų tinkle

Prisijungusių svečių: 89
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,963
Naujausias narys: WolfHammer

Naujausi straipsniai

Paskutiniai nariai

N-20 1 savaitė
Reikalas 1 savaitė
Rytis 1 savaitė
DjArtas 2 savaitės
WolfHammer 2 savaitės
Nostesi13 savaitės
Wisedocs13 savaitės
asdasdddz17 savaitės
Paslapties K...18 savaitės
Audrius_1720 savaitės
Simbijanas33 savaitės
Karinacraft33 savaitės
Žmogus37 savaitės
Bruksnys41 savaitės
Darexs43 savaitės
Nepas44 savaitės
keistuole46 savaitės
Gizmis48 savaitės
MaFetas61 savaitės
ozzWANTED63 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.126
Naujienų: 529
Straipsnių: 235
Temų: 52,590
Postų: 522,550
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

N-20
2026 Vas. 6 21:02:05
O mes dar gyvi šypsosi)

WolfHammer
2026 Sau. 25 01:01:35
drovus

Žmogus
2025 Geg. 31 10:05:18
Kas geresnio? šypsosi

Nepas
2025 Bal. 9 17:04:13
drovus

Nepas
2025 Bal. 9 17:04:08
drovus

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
kaip iscentruoti headery
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems

Autorius: Child Peržiūrų: 9849      Spausdinti temą
2008 Kov. 2 19:03:08          1 žinutė iš 33
Spausdinti pranešimą
Gal galit pasakyti kaip reikia iscentruoti Headeri ?
2008 Kov. 2 19:03:33          2 žinutė iš 33
Spausdinti pranešimą
<center></center>
2008 Kov. 2 19:03:56          3 žinutė iš 33
Spausdinti pranešimą
Susikurk "wrapper'į"
<div id="wrapper"></div>
CSS faile rašyk:
#wrapper {
float: center;
}

CSS faile prie body { } įterpk tokį kodą:
margin: 0 auto 0 auto;
2008 Kov. 2 19:03:26          4 žinutė iš 33
Spausdinti pranešimą
O jei nei vienas kodas TAU nepadės duok theme php kur header vieta yra...merkia akį

Rules: 21 & 22 Read first!
2008 Kov. 2 19:03:52          5 žinutė iš 33
Spausdinti pranešimą
echo "<img src='".THEME."images/header.jpg'>";
pakeisk y
echo "<center><img src='".THEME."images/header.jpg'></center>";

MMOG.lt - atrask naują pasaulį
2008 Kov. 2 19:03:24          6 žinutė iš 33
Spausdinti pranešimą
Palauk o iš kur žinai kad toks yra? xDD

Rules: 21 & 22 Read first!
2008 Kov. 2 19:03:33          7 žinutė iš 33
Spausdinti pranešimą
subheader.php
render_header("<img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."' title='".$settings['sitename']."'>");

keiti

render_header("<center><img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."' title='".$settings['sitename']."'></center>");




2008 Kov. 2 19:03:35          8 žinutė iš 33
Spausdinti pranešimą
SoNG parašė:
Palauk o iš kur žinai kad toks yra? xDD

as cia pavyzdy parasiau

MMOG.lt - atrask naują pasaulį
2008 Kov. 2 19:03:22          9 žinutė iš 33
Spausdinti pranešimą
Jus surašysit variantus o žmgus ko gero ieškos tada... Na jei nei vienas netiks tada reiks žiurėti kaip ten yra..merkia akį

Rules: 21 & 22 Read first!
2008 Kov. 2 19:03:59          10 žinutė iš 33
Spausdinti pranešimą
<?php
/*--------------------------------------------+
| PHP-Fusion 6 - Content Management System    |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fusion.co.uk            |
| email: nick@php-fusion.co.uk                |
|---------------------------------------------|
| Released under the terms and conditions of  |
| the GNU General Public License (Version 2)  |
+--------------------------------------------*/
/*--------------------------------------------+
|      Milestone Theme for PHP-Fusion v6      |
|---------------------------------------------|
| author: PHP-Fusion Themes - Shedrock © 2005 |
| web: http://phpfusion.org                   |
| email: webmaster@phpfusion.org              |
|---------------------------------------------|
| Released under the terms and conditions of  |
| the GNU General Public License (Version 2)  |
+--------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#000000";
$body_bg = "#FFFFFF";
$theme_width = "100%";
$theme_width_l = "170";
$theme_width_r = "170";

,
function render_header($header_content) {
global $theme_width,$settings;
   
   echo "<table align='center' style='background-image:url(".THEME."images/header-center.gif)' border='0' cellpadding='0' cellspacing='0' width='$theme_width'>";
   // Start banner code
   echo "<table width='100%' cellspacing='0' cellpadding='0'>";
   echo "<tr><td>$header_content</td></tr>";
   echo "</table></td>";
   // End banner code
   echo "<img src='".THEME."images/pixel.gif' height='5'>";
   echo "<table align='center' border='0' cellpadding='0' cellspacing='0' width='$theme_width'>";
   echo "<tr><td width='42'><img src='".THEME."images/nav-left.gif' width='16' height='26'></td>";
   echo "<td width='75%' style='background-image:url(".THEME."images/nav-center.gif)'>";
   echo showsublinks("&middot;")."</td>";
   echo "<td align='right' width='25%' style='background-image:url(".THEME."images/nav-center.gif)'>";
   echo showsubdate()."</td>";
   echo "<td width='42'><img src='".THEME."images/nav-right.gif' width='16' height='26'></td></tr></table>";
   echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'>\n<tr>\n";
}


function render_footer($license=false) {
global $theme_width,$locale,$settings;

   echo "</tr>\n</table>\n";
   echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'><tr>";
   echo "<td class='header'>".stripslashes($settings['footer'])."</td></tr></table>\n";
   echo "<table align='center' border='0' cellpadding='0' cellspacing='0' width='$theme_width'>";
   echo "<tr><td width='15'><img src='".THEME."images/nav-left.gif' width='16' height='26'></td>";
   echo "<td class='copyright' align='left' width='38%' style='background-image:url(".THEME."images/nav-center.gif)'>";
   if ($license == false) {
      echo " ";
   }
   echo "</td>";
   echo "<td class='copyright' align='center' width='24%' style='background-image:url(".THEME."images/nav-center.gif)'>© 2008 APSKRITAS STALAS<a href='http://www.phpfusion-themes.com' target='_blank'></a>";
   echo "</td>";
   echo "<td class='copyright' align='right' width='38%' style='background-image:url(".THEME."images/nav-center.gif)'>";
   echo "<td></td>";
   echo "</td>";
   echo "<td width='15'><img src='".THEME."images/nav-right.gif' width='16' height='26'></td></tr></table>";
}

function render_news($subject, $news, $info) {

global $locale;
   
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "<td width='100%' class='panel-main'>$subject</td>";
   echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
   echo "<td class='main-body'><div style='width:100%;vertical-align:top;'>$news</div><br>";
   echo "<div style='margin-top:5px'>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='infobar'>".newsposter($info)."</td>";
   echo "<td align='right' class='infobar2'>";
   echo openform("N",$info['news_id']).newsopts($info,"&middot;").closeform("N",$info['news_id']);
   echo "</td></tr></table></div></td>";
   echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'>";
   echo "</td></tr><tr>";
   echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "</tr></table>\n";
}

function render_article($subject, $article, $info) {

global $locale;
   
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "<td width='100%' class='panel-main'>$subject</td>";
   echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
   echo "<td class='main-body'><div style='width:100%;vertical-align:top;'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</div><br>";
   echo "<div style='margin-top:5px'>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='infobar'>".articleposter($info)."</td>";
   echo "<td align='right' class='infobar2'>";
   echo openform("A",$info['article_id']).articleopts($info,"&middot;").closeform("A",$info['article_id']);
   echo "</td></tr></table></div></td>";
   echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
   echo "</tr><tr>";
   echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "</tr></table>\n";
}

function opentable($title) {

   echo "<table width='100%' cellpadding='0' cellspacing='0'>";
   echo "<tr><td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "<td width='100%' class='panel-main'>$title</td>";
   echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
   echo "<td class='main-body'>\n";
}

function closetable() {

   echo "</td>";
   echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td></tr>";
   echo "<tr>";
   echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "</tr></table>\n";
}

function openside($title) {
   
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "<td width='100%' class='panel-main'>$title</td>";
   echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
   echo "<td class='side-body'>\n";
}

function closeside() {

   echo "</td>";
   echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td></tr>";
   echo "<tr>";
   echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "</tr></table>\n";
}

function opensidex($title,$open="on") {

   $boxname = str_replace(" ", "", $title);
   $box_img = $open == "on" ? "off" : "on";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "<td class='panel-main'>$title</td>";
   echo "<td align='right' class='panel-main'><img src='".THEME."images/panel_$box_img.gif' name='b_$boxname' align='right' alt='' onclick=\"javascript:flipBox('$boxname')\"></td>";
   echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
   echo "<td class='side-body'>";
   echo "<div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}

function closesidex() {

   echo "</div>";
   echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td></tr>";
   echo "<tr>";
   echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
   echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
   echo "</tr></table>\n";
}

function tablebreak() {

   echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td></td></tr></table>\n";
}
?>




2008 Kov. 2 20:03:13          11 žinutė iš 33
Spausdinti pranešimą
Na tavo header yra iš dviejų dalių...merkia akį Kiek jį supratau.. Reiktu visa tėma pamatyti.. šypsosi

Rules: 21 & 22 Read first!
Redagavo bad_user 2008 Kov. 2 20:03:40
2008 Kov. 2 20:03:38          12 žinutė iš 33
Spausdinti pranešimą
cia visa theme ir nukopinau akinanti šypsen
2008 Kov. 2 20:03:56          13 žinutė iš 33
Spausdinti pranešimą
Aš turiu omenyje visa dizaina xD

Rules: 21 & 22 Read first!
2008 Kov. 2 20:03:08          14 žinutė iš 33
Spausdinti pranešimą
Milestone šypsosi
2008 Kov. 2 20:03:03          15 žinutė iš 33
Spausdinti pranešimą
lovefiefka parašė:
Milestone šypsosi


Lėva tema akinanti šypsen

2008 Kov. 2 20:03:39          16 žinutė iš 33
Spausdinti pranešimą
Šita:
echo "<tr><td>$header_content</td></tr>";


Keiti į
echo "<tr><td><center>$header_content</center></td></tr>";


Rules: 21 & 22 Read first!
2008 Kov. 2 20:03:09          17 žinutė iš 33
Spausdinti pranešimą
-killer- parašė:
lovefiefka parašė:
Milestone šypsosi


Lėva tema akinanti šypsen




As ir nenoriu nieko ispudingokietas
2008 Kov. 2 20:03:43          18 žinutė iš 33
Spausdinti pranešimą
SoNG parašė:
Šita:
echo "<tr><td>$header_content</td></tr>";


Keiti į
echo "<tr><td><center>$header_content</center></td></tr>";



Nerandu kurioje vietoje pakeisti nežino
2008 Kov. 2 20:03:26          19 žinutė iš 33
Spausdinti pranešimą
Tiesiai po
echo "<table width='100%' cellspacing='0' cellpadding='0'>";


Rules: 21 & 22 Read first!
2008 Kov. 2 20:03:17          20 žinutė iš 33
Spausdinti pranešimą
nieko nepadejo
2008 Kov. 2 20:03:00          21 žinutė iš 33
Spausdinti pranešimą
Tada:
echo "<tr><td>$header_content</td></tr>";

Keisk į
echo "<tr><td algin='center'>$header_content</td></tr>";


Rules: 21 & 22 Read first!
2008 Kov. 3 19:03:26          22 žinutė iš 33
Spausdinti pranešimą
man padejomerkia akį
bet kaip sena istrynti headery nes man pasidare antras ir jis per vidury bet senas liko galvoja
2008 Kov. 3 19:03:00          23 žinutė iš 33
Spausdinti pranešimą
Koda reikėjo ne prisdėti o pakeisti... be žado

Rules: 21 & 22 Read first!
2008 Kov. 3 19:03:10          24 žinutė iš 33
Spausdinti pranešimą
Kas galit padekit,parasykit kaip turi buti kad headeris butu centre...
theme.php

<?
//************************************************************************************************************************//
// Theme Name: zoneSilver Theme for PHP-Fusion 6.00                     
// Theme Design: by: PHP-Fusion Themes (http://phpfusion.org)           
// version 2.0                                             
//
// PHP-Fusion Themes and/or Lorkan is a Registered Organization and holds a copyright with CIPO
// Original Author of file: PHP-Fusion Themes [Shedrock]
// Developed by: PHP-Fusion Themes - Bringing Your Portal To Life
// Copyright © 2005 by PHP-Fusion Themes - All Rights Reserved
// ----------------------------------------------------------------------
// THEME MODIFICATION
// Users may alter or modify this theme at their own risk,
// but only for their own use. They may also hire PHP-Fusion Themes to modify their own copy of the theme.
// Although users may modify the code for their use,
// modified code may not be resold or distributed,
// without express written permission from PHP-Fusion Themes.
//
// DISPLAY OF COPYRIGHT NOTICES REQUIRED
// All copyright notices used within the scripts that the scripts generate,
// MUST remain intact. Furthermore, these notices must remain visible.
//
// SUPPORT
// PHP-Fusion Themes provides free support on all their theme designs.
// (includes consulting, troubleshooting and fixing problems).
// For Support, please visit us at: http://www.phpfusion.org/forum/v...forum_id=2
//
// PHP-Fusion Themes is not liable for any products or services offered by means of the theme.
// The user must assume the entire risk of using the program.
//************************************************************************************************************************//

/************************/
/* Theme Settings      */
/************************/

$body_text = "#A9B9BD";
$body_bg = "#000000";
$theme_width = "100%";
$theme_width_l = "185";
$theme_width_r = "185";

function render_header($header_content) {

global $theme_width,$settings;

   echo "<table background='".THEME."images/darkSilver_07.gif' width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='24' height='106'><img src='".THEME."images/darkSilver_03.gif' width='24' height='106'></td>";
   echo "<td width='58' height='106'><img src='".THEME."images/darkSilver_06.gif' width='58' height='106'></td>";
   echo "<td width='100%' align='left'><a href='index.php'>$header_content</td>";
   echo "<td width='58' height='106'><img src='".THEME."images/darkSilver_11.gif' width='58' height='106'></td>";
   echo "<td width='28' height='106'><img src='".THEME."images/darkSilver_13.gif' width='28' height='106'></td>";
   echo "</tr></table>";
   echo "<table width='100%' height='22' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='24' background='".THEME."images/darkSilver_16.gif'>&nbsp;</td>";
   echo "<td align='left' bgcolor='222222' nowrap>&nbsp;</td>";
   echo "<td nowrap bgcolor='222222'> <div align='left'>";
   $result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
      if (dbrows($result) != 0) {
      $i = 0;
   while($data = dbarray($result)) {
      if (checkgroup($data['link_visibility'])) {
      if ($data['link_url']!="---") {
      if ($i != 0) { echo " <font class='content'><strong>::&nbsp;</strong></font>\n"; } else { echo "\n"; }
   $link_target = ($data['link_window'] == "1" ? " target='_blank'" : "");
      if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) {
   echo "<a href='".$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
   } else {
   echo "<a href='".BASEDIR.$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
}
   }
$i++;
      }
   }
}
   echo ($i == 0 ? " " : "")."</div></td>";

   echo "<td align='right' width='170' bgcolor='222222' nowrap>".ucwords(showdate($settings['subheaderdate'], time()))."</td>";
   echo "<td width='28' background='".THEME."images/darkSilver_20.gif'>&nbsp;</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='21'><img src='".THEME."images/darkSilver_23.gif' width='21' height='19'></td>";
   echo "<td background='".THEME."images/darkSilver_24.gif'>&nbsp;</td>";
   echo "<td width='21'><img src='".THEME."images/darkSilver_27.gif' width='21' height='19'></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='15' background='".THEME."images/darkSilver_28.gif'><img src='images/spacer.gif' width='15' height='1'></td>";
   echo "<td align='center' valign='top' bgcolor='#000000'>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
   echo "</td></tr></table><td valign='top' width='100%' bgcolor='#000000'>";
   echo "<table width='100%' cellpadding='0' bgcolor='#000000' cellspacing='4' border='0'>\n";
}

function render_footer() {
   
global $theme_width,$settings,$locale;

   echo "</tr>\n</table>\n";
   echo "<td width='16' background='".THEME."images/darkSilver_31.gif'><img src='images/spacer.gif' width='16' height='1'>";
   echo "</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='35'><IMG SRC='".THEME."images/darkSilver_34.gif' WIDTH=35 HEIGHT=56 ALT=''></td>";
   echo "<td class='footer' align='center' background='".THEME."images/darkSilver_35.gif'><br><br>";
      if ($license == false) {
   echo "Powered by <a target='_blank' href='http://www.php-fusion.co.uk'><img src='".THEME."images/fusion.gif' title='PHP-Fusion' style='vertical-align:middle;'></a> v".$settings['version']." &copy; 2003-2005";
   }
   echo " :: Original style by yassineb :: ";
echo <<<EOF

EOF;
   echo "</td>";
   echo "<td width='35'><IMG SRC='".THEME."images/darkSilver_38.gif' WIDTH=35 HEIGHT=56 ALT=''></td></tr></table></td></tr></table>";
}

function render_news($subject, $news, $info) {
   
global $locale;
   
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='6'><tr>";
   echo "<td><table width='100%' height='30' border='0' cellpadding='0' cellspacing='0'>";
   echo "<tr><td width='30' background='".THEME."images/darkSilverHeader_01.gif'>&nbsp;</td>";
   echo "<td background='".THEME."images/darkSilverHeader_03.gif'><table width='100%' border='0' cellspacing='0' cellpadding='4'>";
   echo "<tr><td><font class='storytitle'>$subject</font></td></tr></table></td>";
   echo "<td width='30' background='".THEME."images/darkSilverHeader_05.gif'>&nbsp;</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'><img src='".THEME."images/darkSilverFooter_05.gif' width='16' height='8'></td>";
   echo "<td bgcolor='#000000'><table width='100%' border='0' cellspacing='0' cellpadding='4'><tr>";
   echo "<td class='main-body'>$news</td></tr>";
   echo "<tr><td class='news-footer'><div align='center'>";
   echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
   echo "".$locale['041'].showdate("longdate", $info['news_date'])."";
   echo "<hr><div align='right'>".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n" : "")."";
      if ($info['news_allow_comments'])
   echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> · ";
   echo "".$info['news_reads'].$locale['044']." &nbsp;";
   echo "<a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a></div>";
   echo "</td></tr></table></td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'><img src='".THEME."images/darkSilverFooter_06.gif' width='16' height='1'>";
   echo "</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'></td></tr></table></td></tr></table>";
}

function render_article($subject, $article, $info) {
   
global $locale;
   
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='6'><tr>";
   echo "<td><table width='100%' height='30' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='30' background='".THEME."images/darkSilverHeader_01.gif'>&nbsp;</td>";
   echo "<td background='".THEME."images/darkSilverHeader_03.gif'><table width='100%' border='0' cellspacing='0' cellpadding='4'>";
   echo "<tr><td><font class='storytitle'>$subject</font></td></tr></table></td>";
   echo "<td width='30' background='".THEME."images/darkSilverHeader_05.gif'>&nbsp;</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'><img src='".THEME."images/darkSilverFooter_05.gif' width='16' height='8'></td>";
   echo "<td bgcolor='#000000'><table width='100%' border='0' cellspacing='0' cellpadding='4'><tr>";
   echo "<td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td></tr>";
   echo "<tr><td class='news-footer'><div align='center'>";
   echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
   echo "".$locale['041'].showdate("longdate", $info['article_date'])."";
   echo "<hr><div align='right'>";
   if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." · ";
   echo "".$info['article_reads'].$locale['044']." ";
   echo "<a href='print.php?type=A&item_id=".$info['article_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a></div>";
   echo "</td></tr></table></td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'><img src='".THEME."images/darkSilverFooter_06.gif' width='16' height='1'>";
   echo "</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'></td></tr></table></td></tr></table>";
}

// Open table begins

function opentable($title) {

   echo "<table width='100%' border='0' cellspacing='0' cellpadding='3'><tr><td>";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_01.gif'></td>";
   echo "<td height='25' background='".THEME."images/darkSilverHeader_03.gif'><div align='center'><font class='block-title'><strong>$title</strong></font></div></td>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_05.gif'></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'></td>";
   echo "<td bgcolor='#000000'>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='4'><td>";
   echo "<tr><td class='main-body'></td></table>";
}

// Close table end
function closetable() {

   echo"</td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'>";
   echo "</td></tr></table></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'>";
   echo "</td></tr></table></td></tr></table>";
}

function openside($title) {

   echo "<table width='100%' border='0' cellspacing='0' cellpadding='3'><tr><td>";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_01.gif'></td>";
   echo "<td height='25' background='".THEME."images/darkSilverHeader_03.gif'><div align='center'><font class='block-title'><strong>$title</strong></font></div></td>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_05.gif'></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'></td>";
   echo "<td bgcolor='#000000'>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='4'><td><tr>";
   echo "<td class='side-body'></td></table>";
}

function closeside() {

   echo "</td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'>";
   echo "</td></tr></table></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'>";
   echo "</td></tr></table></td></tr></table>";
   tablebreak();
}

function opensidex($title,$open="on") {
$box_img = ($open=="on" ? "off" : "on");

   echo "<table width='100%' border='0' cellspacing='0' cellpadding='3'><tr><td>";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_01.gif'></td>";
   echo "<td height='25' background='".THEME."images/darkSilverHeader_03.gif'><img align='right' style='cursor:hand' onclick=\"javascript:flipBox('$title')\" name='b_$title' alt='$box_img' border='0' src='".THEME."images/panel_$box_img.gif'><div align='center'><font class='block-title'><strong>$title</strong></font></div></td>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_05.gif'></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'></td>";
   echo "<td bgcolor='#000000'>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='4'><td><tr>";
   echo "<td class='side-body'></td></table>";
   echo "<div id='box_$title'".($open=="off" ? "style='display:none'" : "").">\n";
}


function closesidex() {

   echo "</td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'>";
   echo "</td></tr></table></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'>";
   echo "</td></tr></table></td></tr></table>";
   tablebreak();
}

// Table functions
function tablebreak() {
   echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='8'></td></tr></table>\n";
}
?>




2008 Kov. 3 21:03:51          25 žinutė iš 33
Spausdinti pranešimą
Eiiiiiiiiiiiiiiiiiiiiii
nu pazekit žliumbia
2008 Kov. 3 21:03:22          26 žinutė iš 33
Spausdinti pranešimą
headerio pradžioj įterpk align='center'. <table align='center'... /// Prajuokino tas išcentruoti akinanti šypsenDDDDD
2008 Kov. 3 22:03:37          27 žinutė iš 33
Spausdinti pranešimą
meta errora...
2008 Kov. 3 22:03:47          28 žinutė iš 33
Spausdinti pranešimą
Vilme parašė:
meta errora...


Neįmanoma akinanti šypsen Nu sakykim headeris prasideda kodu <table... tai tu po table pridėk align='center' . <table align='center'... Kokiė dar errorai...galvoja
2008 Kov. 3 22:03:14          29 žinutė iš 33
Spausdinti pranešimą
jei gali tai padaryk kaip turi but...(virsui mano theme.php)

2008 Kov. 3 22:03:26          30 žinutė iš 33
Spausdinti pranešimą
Imk


<?
//************************************************************************************************************************//
// Theme Name: zoneSilver Theme for PHP-Fusion 6.00                     
// Theme Design: by: PHP-Fusion Themes (http://phpfusion.org)           
// version 2.0                                             
//
// PHP-Fusion Themes and/or Lorkan is a Registered Organization and holds a copyright with CIPO
// Original Author of file: PHP-Fusion Themes [Shedrock]
// Developed by: PHP-Fusion Themes - Bringing Your Portal To Life
// Copyright © 2005 by PHP-Fusion Themes - All Rights Reserved
// ----------------------------------------------------------------------
// THEME MODIFICATION
// Users may alter or modify this theme at their own risk,
// but only for their own use. They may also hire PHP-Fusion Themes to modify their own copy of the theme.
// Although users may modify the code for their use,
// modified code may not be resold or distributed,
// without express written permission from PHP-Fusion Themes.
//
// DISPLAY OF COPYRIGHT NOTICES REQUIRED
// All copyright notices used within the scripts that the scripts generate,
// MUST remain intact. Furthermore, these notices must remain visible.
//
// SUPPORT
// PHP-Fusion Themes provides free support on all their theme designs.
// (includes consulting, troubleshooting and fixing problems).
// For Support, please visit us at: http://www.phpfusion.org/forum/v...
//
// PHP-Fusion Themes is not liable for any products or services offered by means of the theme.
// The user must assume the entire risk of using the program.
//************************************************************************************************************************//

/************************/
/* Theme Settings      */
/************************/

$body_text = "#A9B9BD";
$body_bg = "#000000";
$theme_width = "100%";
$theme_width_l = "185";
$theme_width_r = "185";

function render_header($header_content) {

global $theme_width,$settings;

   echo "<table background='".THEME."images/darkSilver_07.gif' width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='24' height='106'><img src='".THEME."images/darkSilver_03.gif' width='24' height='106'></td>";
   echo "<td width='58' height='106'><img src='".THEME."images/darkSilver_06.gif' width='58' height='106'></td>";
   echo "<td width='100%' align='left'><a href='index.php'><center>$header_content</center></td>";
   echo "<td width='58' height='106'><img src='".THEME."images/darkSilver_11.gif' width='58' height='106'></td>";
   echo "<td width='28' height='106'><img src='".THEME."images/darkSilver_13.gif' width='28' height='106'></td>";
   echo "</tr></table>";
   echo "<table width='100%' height='22' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='24' background='".THEME."images/darkSilver_16.gif'>&nbsp;</td>";
   echo "<td align='left' bgcolor='222222' nowrap>&nbsp;</td>";
   echo "<td nowrap bgcolor='222222'> <div align='left'>";
   $result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
      if (dbrows($result) != 0) {
      $i = 0;
   while($data = dbarray($result)) {
      if (checkgroup($data['link_visibility'])) {
      if ($data['link_url']!="---") {
      if ($i != 0) { echo " <font class='content'><strong>::&nbsp;</strong></font>\n"; } else { echo "\n"; }
   $link_target = ($data['link_window'] == "1" ? " target='_blank'" : "");
      if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) {
   echo "<a href='".$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
   } else {
   echo "<a href='".BASEDIR.$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
}
   }
$i++;
      }
   }
}
   echo ($i == 0 ? " " : "")."</div></td>";

   echo "<td align='right' width='170' bgcolor='222222' nowrap>".ucwords(showdate($settings['subheaderdate'], time()))."</td>";
   echo "<td width='28' background='".THEME."images/darkSilver_20.gif'>&nbsp;</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='21'><img src='".THEME."images/darkSilver_23.gif' width='21' height='19'></td>";
   echo "<td background='".THEME."images/darkSilver_24.gif'>&nbsp;</td>";
   echo "<td width='21'><img src='".THEME."images/darkSilver_27.gif' width='21' height='19'></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='15' background='".THEME."images/darkSilver_28.gif'><img src='images/spacer.gif' width='15' height='1'></td>";
   echo "<td align='center' valign='top' bgcolor='#000000'>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
   echo "</td></tr></table><td valign='top' width='100%' bgcolor='#000000'>";
   echo "<table width='100%' cellpadding='0' bgcolor='#000000' cellspacing='4' border='0'>\n";
}

function render_footer() {
   
global $theme_width,$settings,$locale;

   echo "</tr>\n</table>\n";
   echo "<td width='16' background='".THEME."images/darkSilver_31.gif'><img src='images/spacer.gif' width='16' height='1'>";
   echo "</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='35'><IMG SRC='".THEME."images/darkSilver_34.gif' WIDTH=35 HEIGHT=56 ALT=''></td>";
   echo "<td class='footer' align='center' background='".THEME."images/darkSilver_35.gif'><br><br>";
      if ($license == false) {
   echo "Powered by <a target='_blank' href='http://www.php-fusion.co.uk'><img src='".THEME."images/fusion.gif' title='PHP-Fusion' style='vertical-align:middle;'></a> v".$settings['version']." &copy; 2003-2005";
   }
   echo " :: Original style by yassineb :: ";
echo <<<EOF

EOF;
   echo "</td>";
   echo "<td width='35'><IMG SRC='".THEME."images/darkSilver_38.gif' WIDTH=35 HEIGHT=56 ALT=''></td></tr></table></td></tr></table>";
}

function render_news($subject, $news, $info) {
   
global $locale;
   
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='6'><tr>";
   echo "<td><table width='100%' height='30' border='0' cellpadding='0' cellspacing='0'>";
   echo "<tr><td width='30' background='".THEME."images/darkSilverHeader_01.gif'>&nbsp;</td>";
   echo "<td background='".THEME."images/darkSilverHeader_03.gif'><table width='100%' border='0' cellspacing='0' cellpadding='4'>";
   echo "<tr><td><font class='storytitle'>$subject</font></td></tr></table></td>";
   echo "<td width='30' background='".THEME."images/darkSilverHeader_05.gif'>&nbsp;</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'><img src='".THEME."images/darkSilverFooter_05.gif' width='16' height='8'></td>";
   echo "<td bgcolor='#000000'><table width='100%' border='0' cellspacing='0' cellpadding='4'><tr>";
   echo "<td class='main-body'>$news</td></tr>";
   echo "<tr><td class='news-footer'><div align='center'>";
   echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
   echo "".$locale['041'].showdate("longdate", $info['news_date'])."";
   echo "<hr><div align='right'>".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n" : "")."";
      if ($info['news_allow_comments'])
   echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> · ";
   echo "".$info['news_reads'].$locale['044']." &nbsp;";
   echo "<a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a></div>";
   echo "</td></tr></table></td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'><img src='".THEME."images/darkSilverFooter_06.gif' width='16' height='1'>";
   echo "</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'></td></tr></table></td></tr></table>";
}

function render_article($subject, $article, $info) {
   
global $locale;
   
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='6'><tr>";
   echo "<td><table width='100%' height='30' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='30' background='".THEME."images/darkSilverHeader_01.gif'>&nbsp;</td>";
   echo "<td background='".THEME."images/darkSilverHeader_03.gif'><table width='100%' border='0' cellspacing='0' cellpadding='4'>";
   echo "<tr><td><font class='storytitle'>$subject</font></td></tr></table></td>";
   echo "<td width='30' background='".THEME."images/darkSilverHeader_05.gif'>&nbsp;</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'><img src='".THEME."images/darkSilverFooter_05.gif' width='16' height='8'></td>";
   echo "<td bgcolor='#000000'><table width='100%' border='0' cellspacing='0' cellpadding='4'><tr>";
   echo "<td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td></tr>";
   echo "<tr><td class='news-footer'><div align='center'>";
   echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
   echo "".$locale['041'].showdate("longdate", $info['article_date'])."";
   echo "<hr><div align='right'>";
   if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." · ";
   echo "".$info['article_reads'].$locale['044']." ";
   echo "<a href='print.php?type=A&item_id=".$info['article_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a></div>";
   echo "</td></tr></table></td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'><img src='".THEME."images/darkSilverFooter_06.gif' width='16' height='1'>";
   echo "</td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'></td></tr></table></td></tr></table>";
}

// Open table begins

function opentable($title) {

   echo "<table width='100%' border='0' cellspacing='0' cellpadding='3'><tr><td>";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_01.gif'></td>";
   echo "<td height='25' background='".THEME."images/darkSilverHeader_03.gif'><div align='center'><font class='block-title'><strong>$title</strong></font></div></td>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_05.gif'></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'></td>";
   echo "<td bgcolor='#000000'>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='4'><td>";
   echo "<tr><td class='main-body'></td></table>";
}

// Close table end
function closetable() {

   echo"</td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'>";
   echo "</td></tr></table></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'>";
   echo "</td></tr></table></td></tr></table>";
}

function openside($title) {

   echo "<table width='100%' border='0' cellspacing='0' cellpadding='3'><tr><td>";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_01.gif'></td>";
   echo "<td height='25' background='".THEME."images/darkSilverHeader_03.gif'><div align='center'><font class='block-title'><strong>$title</strong></font></div></td>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_05.gif'></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'></td>";
   echo "<td bgcolor='#000000'>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='4'><td><tr>";
   echo "<td class='side-body'></td></table>";
}

function closeside() {

   echo "</td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'>";
   echo "</td></tr></table></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'>";
   echo "</td></tr></table></td></tr></table>";
   tablebreak();
}

function opensidex($title,$open="on") {
$box_img = ($open=="on" ? "off" : "on");

   echo "<table width='100%' border='0' cellspacing='0' cellpadding='3'><tr><td>";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_01.gif'></td>";
   echo "<td height='25' background='".THEME."images/darkSilverHeader_03.gif'><img align='right' style='cursor:hand' onclick=\"javascript:flipBox('$title')\" name='b_$title' alt='$box_img' border='0' src='".THEME."images/panel_$box_img.gif'><div align='center'><font class='block-title'><strong>$title</strong></font></div></td>";
   echo "<td width='30' height='25' background='".THEME."images/darkSilverHeader_05.gif'></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_05.gif'></td>";
   echo "<td bgcolor='#000000'>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='4'><td><tr>";
   echo "<td class='side-body'></td></table>";
   echo "<div id='box_$title'".($open=="off" ? "style='display:none'" : "").">\n";
}


function closesidex() {

   echo "</td>";
   echo "<td width='16' background='".THEME."images/darkSilverFooter_06.gif'>";
   echo "</td></tr></table></td></tr></table>";
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_01.gif' width='16' height='13'></td>";
   echo "<td height='13' background='".THEME."images/darkSilverFooter_02.gif'><img src='".THEME."images/darkSilverFooter_02.gif' width='1' height='13'></td>";
   echo "<td width='16'><img src='".THEME."images/darkSilverFooter_04.gif' width='16' height='13'>";
   echo "</td></tr></table></td></tr></table>";
   tablebreak();
}

// Table functions
function tablebreak() {
   echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='8'></td></tr></table>\n";
}
?>




Rules: 21 & 22 Read first!
Redagavo bad_user 2008 Kov. 4 17:03:17
2008 Kov. 4 17:03:54          31 žinutė iš 33
Spausdinti pranešimą
meta errora : Parse error: syntax error, unexpected T_STRING in /home/vertimas/public_html/themes/zoneCopper/theme.php on line 57
kas blogai?
2008 Kov. 4 17:03:34          32 žinutė iš 33
Spausdinti pranešimą
Smailai buvo on... Bandyk dabar... x)

Rules: 21 & 22 Read first!
2008 Kov. 4 17:03:44          33 žinutė iš 33
Spausdinti pranešimą
db error nemeta bet nk nepasikeite del headerio be žado
Peršokti į forumą: