Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,953
Naujausias narys: Quwqkibor

Naujausi straipsniai

Paskutiniai nariai

Quwqkibor 5 dienos
asirija 4 savaitės
tomeem 6 savaitės
Reikalas 7 savaitės
weberiz10 savaitės
mRokass12 savaitės
kartoonas13 savaitės
iaescortsmap13 savaitės
ozzWANTED14 savaitės
grunskiz16 savaitės
Bruksnys16 savaitės
illusion16 savaitės
ordo17 savaitės
Jurgaila18 savaitės
originalcs1618 savaitės
Rytis19 savaitės
halis20 savaitės
junkus23 savaitės
morlis23 savaitės
Majakas24 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 13.58.11.16
Naujienų: 529
Straipsnių: 235
Temų: 52,585
Postų: 522,523
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.

ozzWANTED
2024 Sau. 17 01:01:00
Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės. šypsosi

Majakas
2023 Gru. 10 19:12:39
Negaliu patikėti jog žinutės/pranešimai visi yra nuo 2008 m akinanti šypsen

Žmogus
2023 Rugs. 7 21:09:14
O gal BloodKiller pasijungs?

Apocal
2023 Rugs. 2 18:09:23
Nu davai nuveikiam kažką akinanti šypsen. Prisijungti kada visi čia akinanti šypsen.

Apocal
2023 Rugs. 2 00:09:18
Šiaip atėjau pažiūrėti ar dar lopas nesby yra ar koks ten buvo.

Š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ų: 683      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ą: