Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: GTA tema

Parašė Giedriusax16· 2009 Geg. 2 17:05:21
#1

sveiki,taigi,pirkau is maxell dizaina,ir jam kaska pridare,gal aks galit sutaisyt?,va failas visas themes.php

o va ka meta kaip ainu i veba
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/samp16/domains/gtaonline.wu.lt/public_html/themes/SAMP1/theme.php on line 95

<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#999999";
$body_bg = "#262626";
$theme_width = "920";
$theme_width_l = "200";
$theme_width_r = "200";

function render_header($header_content) {
global $theme_width,$settings,$locale,$userdata,$aidlink,$db_prefix;

echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' style='margin-top:-8px;'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'height='30' background='".THEME."images/header1.gif'>
<tr>
<td align='center'>";
include_once THEME."backlinkai.php";
echo"</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%' height='135' background='".THEME."images/header2.gif'>
<tr>
<td style='padding-right: 45px; padding-top: 15px;'>";

if (iMEMBER) {

   $msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
echo "<table align='right' width='260' border='0' cellspacing='0' cellpadding='0'>
  <tr>
    <td>\n";
   if ($userdata['user_avatar'] != "") {
   echo "<center><img src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' width='80' height='80'></center>\n";
   } else {
   echo "<center><img src='".THEME."images/noavatar.gif' width='80' height='80'></center>\n";
   }
   echo "</td>
    <td><img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='side'>Aprašymas</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='side'>Žinutės [naujų: <b>".sprintf($msg_count)."</span></b>]</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='side'>Nariai</a><br>\n";
   if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
      echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."' class='side'>Administracija</a><br>\n";
   }
   echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."setuser.php?logout=yes' class='side'>".$locale['084']."</a>\n";"
   <td><img src='".THEME."images/blank.gif'></td>
  </tr>
</table>\n";

} else {

  echo "<table align='right' width='260' border='0' cellspacing='0' cellpadding='0'>
       <form name='loginform' method='post' action='".FUSION_SELF."'>
        <tr><td align='right'><a href=".BASEDIR."register.php>Registruotis &nbsp;</a></td>
      <td>|&nbsp; <a href=".BASEDIR."lostpassword.php>Slaptažodis</a></td></tr>
      <tr><td></td></tr>
      <tr><td></td></tr>
      <tr><td></td></tr>
      <tr><td></td></tr>
      <tr>
    <td align='right'>Vardas: </td>
    <td>&nbsp;<input type='text' name='user_name' class='textbox' style='width:130px;filter:alpha(opacity=70)'></td>
  </tr>
        <tr><td></td></tr>
            <tr><td></td></tr>
  <tr>
    <td align='right'>".$locale['062'].": </td>
    <td>&nbsp;<input type='password' name='user_pass' class='textbox' style='width:130px;filter:alpha(opacity=70)'></td>
  </tr>
        <tr><td></td></tr>
            <tr><td></td></tr>
  <tr>
    <td align='right'><input type='checkbox' name='remember_me' value='y'></td>
    <td>&nbsp;<input type='submit' name='login' value='Prisijungti' class='button2'></td>
</tr>
  </form>\n";
}

   echo "</td>
   <td><img src='".THEME."images/blank.gif'></FONT></td>
  </tr>
</table>
</td>";

echo"</td>
</tr>
</table>

echo "
<table width='920' height='35' border='0' cellpadding='0' cellspacing='0' border='0'>
<td><a href='".BASEDIR."index.php'><img src='".THEME."images/links/namai.gif' border='0'></a></td>
<td><a href='".BASEDIR."forum/index.php'><img src='".THEME."images/links/diskusijos.gif' border='0'></a></td>
<td><a href='".BASEDIR."photogallery.php'><img src='".THEME."images/links/galerija.gif' border='0'></a></td>
<td><a href='".BASEDIR."downloads.php'><img src='".THEME."images/links/siuntiniai.gif' border='0'></a></td>
<td><a href='".BASEDIR."reklama.php'><img src='".THEME."images/links/reklama.gif' border='0'></a></td>
<td><img src='".THEME."images/links/back.gif'></td>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='$theme_width' class='dalis3'>\n<tr>
<td align='center' width='468'>";
include THEME."reklama.php";
echo "</td>
<td align='center' width='470'>";
include THEME."serveriai.php";
echo "</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%' style='margin-bottom: -8px;' class='footer'>
<tr>
<td align='left' width='150'>Sprendimas: <a href='http://www.e-studija.lt' class='tekstas'>E-Studija.lt</a></td>
<td align='center' style='padding-right: 150px;'>".stripslashes($settings['footer'])."</td>
</tr>
</table>
</td>
</tr>
</table>\n";

}

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

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td><td  class='capmain2' align='right' style='padding-right: 10px;'>
".showdate("shortdate", $info['news_date'])." - <a href='profile.php?lookup=".$info['user_id']."' style='color: #330000;'>".$info['user_name']."</a>
<a href='news.php?readmore=".$info['news_id']."' style='padding-left: 5px; color: #330000;'>Skaityti toliau...</a>
</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='main-body'>$news</td>
</tr>
</table>\n";

}

function render_article($subject, $article, $info) {
   
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td><td  class='capmain2' align='right' style='padding-right: 10px;'>
".showdate("shortdate", $info['article_date'])." - <a href='profile.php?lookup=".$info['user_id']."' style='color: #330000;'>".$info['user_name']."</a>";
$readmore = "readarticle.php?article_id=".$info['article_id']."";
if ($readmore) {
    }else{
echo"<a href='readarticle.php?article_id=".$info['article_id']."' style='padding-left: 5px; color: #330000;'>Skaityti toliau...</a>";
}
echo"
</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
</table>\n";

}

function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";

}

function closetable() {

echo "</td>
</tr>
</table>\n";

}

function openside($title) {
   
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<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%'>
<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";

}
?>



Redagavo Giedriusax16· 2009 Geg. 2 17:05:57

Parašė Nepas· 2009 Geg. 2 17:05:49
#2

smyle nors isjunk...

Parašė Giedriusax16· 2009 Geg. 2 17:05:25
#3

atjungiau,tai galit pataisyt?

Parašė edeni· 2009 Geg. 2 17:05:29
#4

<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#999999";
$body_bg = "#262626";
$theme_width = "920";
$theme_width_l = "200";
$theme_width_r = "200";

function render_header($header_content) {
global $theme_width,$settings,$locale,$userdata,$aidlink,$db_prefix;

echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' style='margin-top:-8px;'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'height='30' background='".THEME."images/header1.gif'>
<tr>
<td align='center'>";
include_once THEME."backlinkai.php";
echo"</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%' height='135' background='".THEME."images/header2.gif'>
<tr>
<td style='padding-right: 45px; padding-top: 15px;'>";

if (iMEMBER) {

   $msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
echo "<table align='right' width='260' border='0' cellspacing='0' cellpadding='0'>
  <tr>
    <td>\n";
   if ($userdata['user_avatar'] != "") {
   echo "<center><img src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' width='80' height='80'></center>\n";
   } else {
   echo "<center><img src='".THEME."images/noavatar.gif' width='80' height='80'></center>\n";
   }
   echo "</td>
    <td><img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='side'>Aprašymas</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='side'>Žinutės [naujų: <b>".sprintf($msg_count)."</span></b>]</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='side'>Nariai</a><br>\n";
   if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
      echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."' class='side'>Administracija</a><br>\n";
   }
   echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."setuser.php?logout=yes' class='side'>".$locale['084']."</a>\n";"
   <td><img src='".THEME."images/blank.gif'></td>
  </tr>
</table>\n";

} else {

  echo "<table align='right' width='260' border='0' cellspacing='0' cellpadding='0'>
       <form name='loginform' method='post' action='".FUSION_SELF."'>
        <tr><td align='right'><a href=".BASEDIR."register.php>Registruotis &nbsp;</a></td>
      <td>|&nbsp; <a href=".BASEDIR."lostpassword.php>Slaptažodis</a></td></tr>
      <tr><td></td></tr>
      <tr><td></td></tr>
      <tr><td></td></tr>
      <tr><td></td></tr>
      <tr>
    <td align='right'>Vardas: </td>
    <td>&nbsp;<input type='text' name='user_name' class='textbox' style='width:130px;filter:alpha(opacity=70)'></td>
  </tr>
        <tr><td></td></tr>
            <tr><td></td></tr>
  <tr>
    <td align='right'>".$locale['062'].": </td>
    <td>&nbsp;<input type='password' name='user_pass' class='textbox' style='width:130px;filter:alpha(opacity=70)'></td>
  </tr>
        <tr><td></td></tr>
            <tr><td></td></tr>
  <tr>
    <td align='right'><input type='checkbox' name='remember_me' value='y'></td>
    <td>&nbsp;<input type='submit' name='login' value='Prisijungti' class='button2'></td>
</tr>
  </form>\n";
}

   echo "</td>
   <td><img src='".THEME."images/blank.gif'></FONT></td>
  </tr>
</table>
</td>";

echo"</td>
</tr>
</table>";

echo "
<table width='920' height='35' border='0' cellpadding='0' cellspacing='0' border='0'>
<td><a href='".BASEDIR."index.php'><img src='".THEME."images/links/namai.gif' border='0'></a></td>
<td><a href='".BASEDIR."forum/index.php'><img src='".THEME."images/links/diskusijos.gif' border='0'></a></td>
<td><a href='".BASEDIR."photogallery.php'><img src='".THEME."images/links/galerija.gif' border='0'></a></td>
<td><a href='".BASEDIR."downloads.php'><img src='".THEME."images/links/siuntiniai.gif' border='0'></a></td>
<td><a href='".BASEDIR."reklama.php'><img src='".THEME."images/links/reklama.gif' border='0'></a></td>
<td><img src='".THEME."images/links/back.gif'></td>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='$theme_width' class='dalis3'>\n<tr>
<td align='center' width='468'>";
include THEME."reklama.php";
echo "</td>
<td align='center' width='470'>";
include THEME."serveriai.php";
echo "</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%' style='margin-bottom: -8px;' class='footer'>
<tr>
<td align='left' width='150'>Sprendimas: <a href='http://www.e-studija.lt' class='tekstas'>E-Studija.lt</a></td>
<td align='center' style='padding-right: 150px;'>".stripslashes($settings['footer'])."</td>
</tr>
</table>
</td>
</tr>
</table>\n";

}

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

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td><td  class='capmain2' align='right' style='padding-right: 10px;'>
".showdate("shortdate", $info['news_date'])." - <a href='profile.php?lookup=".$info['user_id']."' style='color: #330000;'>".$info['user_name']."</a>
<a href='news.php?readmore=".$info['news_id']."' style='padding-left: 5px; color: #330000;'>Skaityti toliau...</a>
</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='main-body'>$news</td>
</tr>
</table>\n";

}

function render_article($subject, $article, $info) {
   
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td><td  class='capmain2' align='right' style='padding-right: 10px;'>
".showdate("shortdate", $info['article_date'])." - <a href='profile.php?lookup=".$info['user_id']."' style='color: #330000;'>".$info['user_name']."</a>";
$readmore = "readarticle.php?article_id=".$info['article_id']."";
if ($readmore) {
    }else{
echo"<a href='readarticle.php?article_id=".$info['article_id']."' style='padding-left: 5px; color: #330000;'>Skaityti toliau...</a>";
}
echo"
</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
</table>\n";

}

function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";

}

function closetable() {

echo "</td>
</tr>
</table>\n";

}

function openside($title) {
   
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<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%'>
<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";

}
?>



Redagavo edeni· 2009 Geg. 2 17:05:20

Parašė Giedriusax16· 2009 Geg. 2 17:05:00
#5

smailus isjunk

kaskas blogai uzeik i www.gtaonline.wu.lt ir pamatysi

Redagavo Giedriusax16· 2009 Geg. 2 17:05:09

Parašė Mantas_· 2009 Geg. 2 17:05:49
#6

ką padariau ** nemoki isisdėt nekaltas

p.s. jau sutvarkaiu :D

Parašė zabello· 2009 Geg. 2 20:05:45
#7

aciu uz gera tema ;) :]

Parašė ---· 2009 Geg. 2 20:05:25
#8

Pirkai? Debilas gal?

Parašė zabello· 2009 Geg. 2 20:05:04
#9

jo jis pirko ta tema uz 10 sake man

Parašė ---· 2009 Geg. 2 20:05:15
#10

Dizaina xaliavai tas dx gavo ir dar kitiem pardavineja. Krc botas.

Parašė dyaz· 2009 Geg. 2 23:05:13
#11

Tikras botas neskaito theme forumo skilties :]

Parašė Nepas· 2009 Geg. 3 00:05:09
#12

styles.css faila gal gali kas prisekt cia tos temos ? B)

Parašė zabello· 2009 Geg. 3 09:05:10
#13

a {
   color : #cc3300;
   text-decoration : none;
}

a:hover {
   color : #999999;
   text-decoration : underline;
}

a.side {
   color : #cc3300;
   text-decoration : none;
}

a:hover.side {
   color : #999999;
   text-decoration : underline;
}

a.white {
   color : #ddd;
   text-decoration : none;
}

a:hover.white {
   color : #ddd;
   text-decoration : underline;
}

body {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}
.dalis3 {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   background: url('images/header3.gif');
   height: 93px;
   width: 920px;
   font-size : 10px;
   color : #fff;
}

form {
   margin : 0px;
}

hr {
   height : 1px;
   border : 1px solid #999;
}

hr.side-hr {
   height : 1px;
   border : 1px solid #888;
}

td {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

pre {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

.alt {
   color : #005599;
}
 
.outer-border {
   border : 1px solid #000;
}

.sub-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000;
   background-color : #888;
   border-top : 1px solid #000;
   border-bottom : 1px solid #000;
   padding : 5px;
}

.full-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #ddd;
   background-color : #444;
   padding : 10px;
}

.footer {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #ccc;
   background-color : #f1f1f1;
   background-image: url(images/footer.gif);
   height: 25px;
   padding-top : 4px;
   padding-left : 8px;
}

.button {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #ccc;
   background-color : #f1f1f1;
   background-image: url(images/button.gif);
   height : 16px;
   border : 1px solid #af0200;
   margin-top : 2px;
}

.button2 {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000;
   background-color : #f1f1f1;
   background-image: url(images/button.gif);
   height : 16px;
   border : 1px solid #af0200;
   margin-top : 2px;
}

.textbox {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #555;
   background-color : #ccc;
   border : 1px solid #999;
}

.main-body {
   font-size : 11px;
   color : #999;
   background-color : #2d2d2d;
      border-bottom: 3px solid #851400;
   padding : 0px 4px 5px 4px;
}

.side-body {
   font-size : 10px;
   color : #999;
   background-color : #2d2c2c;
   border-bottom: 3px solid #851400;
   padding : 4px;
}

.main-bg {
   color : #555;
   padding : 10px 5px 10px 5px;
}

.border {
   border : 1px solid #e1e1e1;
}

.side-border-left {
   color : #777;
   padding : 10px 5px 10px 10px;
}

.side-border-right {
   color : #777;
   padding : 10px 10px 10px 5px;
}

.news-footer {
   font-size : 10px;
   color : #555;
   background-color : #f1f1f1;
   padding : 3px 4px 4px 4px;
}

.capmain {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   font-weight : bold;
   color : #ccc;
   background-color : #fff;
   background-image: url(images/capmain.gif);
   background-repeat: repeat-x;
   height: 30px;
   padding : 2px 5px 4px 10px;
}

.capmain2 {
   font-family :Tahoma, sans-serif;
   font-size : 9px;
   color : #444;
   background-image: url(images/capmain.gif);
   background-repeat: repeat-x;
   height: 30px;
   padding : 2px 0px 4px 0px;
}


.scapmain {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : bold;
   color : #330000;
   text-align: center;
   background-color : #f1f1f1;
   background-image: url(images/scapmain.gif);
   height: 25px;
   padding : 4px;
}

.tbl-border {
   color : #555;

}

.tbl {
   font-size : 11px;
   color : #555;
   background-color : #333;
   padding : 4px;
}

.tbl1 {
   font-size : 11px;
   color : #777;
   background-color : #444;
   padding : 4px;
}

.tbl2 {
   font-size : 11px;
   color : #666;
   background-color : #333;
   padding : 4px;
}

.forum-caption {
   font-size : 11px;
   font-weight : bold;
   color : #333;
   background-color : #b31c02;
   padding : 2px 4px 4px 4px;
}

.quote {
   font-size : 11px;
   color : #555;
   background-color : #f8f8f8;
   padding : 4px;
   margin : 0px 20px 0px 20px;
   border : 1px solid #bbb;
}

.poll {
   height : 12px;
   border : 1px solid #bbb;
}

.comment-name {
   font-weight : bold;
   color : #005599;
}

.shoutboxname {
   font-weight : bold;
   color : #005599;

}

.shoutbox {
   color : #777;

}

.shoutboxdate {
   font-size : 10px;
   color : #888;

}

.small {
   font-size : 10px;
   font-weight : normal;
}

.small2 {
   font-size : 10px;
   font-weight : normal;
   color : #555;
}

.side-small {
   font-size : 10px;
   font-weight : normal;
   color : #555;
   background-color : #333;
}

.side-label {
   color : #555;
   background-color : #222;
   padding : 2px 2px 3px 2px;
}



Redagavo zabello· 2009 Geg. 3 09:05:30

Parašė Mantas_· 2009 Geg. 3 09:05:54
#14

Zabello, paplatinai mano, paplatinsiu tavo.

Parašė zabello· 2009 Geg. 3 09:05:43
#15

krc as nk neplatinu tai gi tas noobas pats koda idejo :D

Redagavo zabello· 2009 Geg. 3 09:05:36

Parašė Mantas_· 2009 Geg. 3 09:05:42
#16

Bet man jis rode web tawo baneris...

Parašė 7even· 2009 Geg. 3 09:05:58
#17

maxell wow kaip gerrai kuri temas ir galiu pagyrt profesonaliai uztusuojki adresa matyt su ps cs4 dyrbai nea?

Parašė ---· 2009 Geg. 3 09:05:50
#18

maxell, tavo? Pusproti tu, verkšlenai ką tau daryt tai atidaviau dizainą o dabar sakai kad tavo? Negėda. Nevykėlis esi, sveikinu.

Parašė Arijus· 2009 Geg. 3 10:05:07
#19

Maxwell gėda. :|