Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,963
Naujausias narys: WolfHammer

Naujausi straipsniai

Paskutiniai nariai

minimukas 2 dienos
N-20 3 savaitės
Reikalas 3 savaitės
Rytis 3 savaitės
DjArtas 4 savaitės
WolfHammer 4 savaitės
Nostesi15 savaitės
Wisedocs15 savaitės
asdasdddz19 savaitės
Paslapties K...20 savaitės
Audrius_1722 savaitės
Simbijanas34 savaitės
Karinacraft35 savaitės
Žmogus39 savaitės
Bruksnys43 savaitės
Darexs45 savaitės
Nepas46 savaitės
keistuole48 savaitės
Gizmis49 savaitės
MaFetas63 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.118
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.

minimukas
2026 Vas. 21 08:02:25
oi oi akinanti šypsen yra dar cia gyvu? akinanti šypsen

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

Š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 padaryti paveiksliuka centre
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: arturas97 Peržiūrų: 944      Spausdinti temą
2008 Lap. 8 12:11:17          1 žinutė iš 2
Spausdinti pranešimą
ant 7 fusiono turiu tokia tema,ir noriu kad tas logotipas,saito baneris butu ne kairej o per viduri,kuria kodo dali reikia keisti?


<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }

define("THEME_BULLET", "<span class=\"bullet\">&middot;</span>");

require_once INCLUDES."theme_functions_include.php";

/**
 * I Don't need for this:
 * function get_head_tags() {}
**/

function render_page($license=false) {
global $settings, $main_style, $locale, $aidlink;

   // Header   
   echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n";
   echo "<tr>\n";
   echo "<td class=\"header-left\" rowspan=\"4\"></td>";
   echo "<td class=\"header-top\">\n";
      if(iMEMBER){
         echo "<a href=\"".BASEDIR."edit_profile.php\">".$locale['global_120']."</a> |".
         " <a href=\"".BASEDIR."messages.php\">".$locale['global_121']."</a>".
         (iADMIN ? " | <a href=\"".ADMIN."index.php".$aidlink."\">".$locale['global_123']."</a>" : "").
         " | <a href=\"".BASEDIR."setuser.php?logout=yes\">".$locale['global_124']."</a>\n";
      } else {
         
         echo "<form method=\"post\" action=\"".FUSION_SELF."\" style=\"margin-top:-3px;\">\n";
         echo $locale['global_101']." <input type=\"text\" name=\"user_name\" class=\"textbox\" style=\"width:100px\" />\n";
         echo $locale['global_102']." <input type=\"password\" name=\"user_pass\" class=\"textbox\" style=\"width:100px\" />\n";
         echo "<input type=\"submit\" name=\"login\" value=\"".$locale['global_104']."\" class=\"button\" />\n";
         
         echo ($settings['enable_registration'] ? " | <a href=\"".BASEDIR."register.php\">".$locale['global_107']."</a>\n" : "").
         " | <a href=\"".BASEDIR."lostpassword.php\">".$locale['global_108']."</a>";
         echo "</form>\n";
      }
   echo "</td>";
   echo "<td class=\"header-right\" rowspan=\"4\"></td>";
   echo "</tr><tr>\n";   
   echo "<td class=\"header-logo\">\n";
      echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"height: 100%;\">\n";
      echo "<td>".showbanners()."\n</td>";
      echo "<td align=\"right\" width=\"200\" style=\"width: 200px;\" valign=\"bottom\">\n";
      echo "<form id=\"headsearch\" method=\"get\" action=\"".BASEDIR."search.php\">\n";
      echo "<input type=\"hidden\" name=\"stype\" value=\"news\" />\n";
      echo "<input type=\"text\" name=\"stext\" value=\"Search\" onclick=\"if(this.value=='Search')this.value='';\" onblur=\"if(this.value=='')this.value='Search';\" class=\"headsearchbox\" style=\"width:160px\" />";
      echo "<input type=\"submit\" name=\"submit\" value=\"&rsaquo;\" class=\"headsearchbutton\" style=\"width:20px\" />";
      echo "</form>\n";
      echo "</td></tr></table>";
   echo "</td>";
   echo "</tr><tr>\n";   
   echo "<td class=\"header-navigation-top\">".showsublinks("", "nav-item")."</td>";   
   echo "</tr><tr>\n";   
   echo "<td class=\"header-navigation-bottom\"></td>";   
   echo "</tr>\n";
   echo "</table>\n";
   
   //Content
   echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"".$main_style."\">\n";
   echo "<tr>\n";
   echo "<td class=\"body-left\" valign=\"top\"></td>";
      if (LEFT) { echo "<td class=\"panels-left\" valign=\"top\">".LEFT."</td>"; }
   echo "<td class=\"body-main\" valign=\"top\">".U_CENTER.CONTENT.L_CENTER."</td>";
      if (RIGHT) { echo "<td class=\"panels-right\" valign=\"top\">".RIGHT."</td>"; }
   echo "<td class=\"body-right\" valign=\"top\"></td>";
   echo "</tr>\n";
   echo "</table>\n";
   
   // Footer
   echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n<tr>\n";
   echo "<td class=\"footer-left\"></td>\n";
   echo "<td align=\"left\" class=\"footer-center\">\n";
      echo "<div style=\"float: left;\">".sprintf($locale['global_172'], substr((get_microtime() - START_TIME),0,4))."</div>\n";      
      echo "<div style=\"float: right;\">".showcounter()."</div>\n";
      echo "<div class=\"center\" align=\"center\">BlueStar theme by <a href=\"http://www.burningames.hu\">Burningames</a></div>";
      echo "<div class=\"footer-subbox\">";
      echo stripslashes($settings['footer']);
      if (!$license) { echo "<br />\n".showcopyright(); }
      echo "</div>\n";
   echo "</td>\n";
   echo "<td class=\"footer-right\"></td>\n";   
   echo "</tr>\n";
   echo "</table>\n";

}

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

   echo "<div class=\"news-title\"><h2>".$subject."</h2></div>\n";   
   echo "<div class=\"news-content\">".$news."</div>";
   
   echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"spacer\">\n";
   echo "<tr>\n";
   echo "<td class=\"fnews-left\"></td>\n";
   echo "<td align=\"center\" class=\"fnews-middle\">\n";
   echo newsposter($info," &middot;").newsopts($info,"&middot;").itemoptions("N",$info['news_id']);
   echo "</td>\n";
   echo "<td class=\"fnews-right\"></td>\n";
   echo "</tr>\n";
   echo "</table>\n";

}

function render_article($subject, $article, $info) {
   
   opentable($subject);
   echo "<div class=\"news-content\">".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</div>";
   
   echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"spacer\">\n";
   echo "<tr>\n";
   echo "<td class=\"fnews-left\"></td>\n";
   echo "<td align=\"center\" class=\"fnews-middle\">\n";
   echo articleposter($info," &middot;").articleopts($info,"&middot;").itemoptions("A",$info['article_id']);
   echo "</td>\n";
   echo "<td class=\"fnews-right\"></td>\n";
   echo "</tr>\n";
   echo "</table>\n";   
   closetable();
}

function opentable($title) {

   echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"opentable-top\">\n";
   echo "<tr>\n";
   echo "<td class=\"title\">".$title."</td>\n";
   echo "</tr>\n";
   echo "</table>\n";
   
   echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"opentable-body\">\n";
   echo "<tr>\n";
   echo "<td class=\"content\">\n";

}

function closetable() {
   echo "</td>\n";
   echo "</tr>\n";
   echo "</table>\n";

}

function openside($title, $collapse=false, $state="on") {
global $panel_collapse; $panel_collapse = $collapse;
   
   echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"side-top\">\n";
   echo "<tr>\n";
   echo "<td class=\"title\">".$title."</td>\n";
   if ($collapse == true) {
      $boxname = str_replace(" ", "", $title);
      echo "<td align=\"right\">".panelbutton($state, $boxname)."&nbsp;</td>\n";
   }
   echo "</tr>\n";
   echo "</table>\n";
   echo "<table cellpadding=\"3\" cellspacing=\"0\" width=\"100%\" class=\"side-body\">\n<tr>\n";
   echo "<td class=\"body\">\n";   
   if ($collapse == true) { echo panelstate($state, $boxname); }

}

function closeside() {
   
   global $panel_collapse;

   if ($panel_collapse == true) { echo "</div>\n"; }   
   echo "</td>\n</tr>\n</table>\n";

}
?>





2008 Lap. 8 12:11:54          2 žinutė iš 2
Spausdinti pranešimą
dek align='center'

greitieji kreditai
Peršokti į forumą: