Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Reikia pagalbos

Parašė arnas120· 2011 Geg. 15 19:05:12
#1

Sveiki reiketu man biski pagalbos kaip perkelti ta paveiksliuka i virsu o apacioj galeciau deti reklamas.
stai foto:





stai theme.php
<?php

 
 
if (!defined("IN_FUSION")) { die("Access Denied"); }
define("THEME_BULLET", "<span class='bullet'>&middot;</span>");
require_once INCLUDES."theme_functions_include.php";
 
 
function render_page($license=false) {
 
 
echo "<table align='center' cellpadding='0' width='979'>\n<tr>\n";
echo "<td>\n";
      echo "<td align='center'><a href='".BASEDIR."news.php'><img src='".THEME."images/sub/vir_Vip.png' border='0' alt='' /></a></td>\n";
      echo "<td align='center'><a href='".FORUM."index.php'><img src='".THEME."images/sub/vir_admin.png' border='0' alt='' /></a></td>\n";
      echo "<td align='center'><a href='".BASEDIR."downloads.php'><img src='".THEME."images/sub/vir_S_admin.png' border='0' alt='' /></a></td>\n";
      echo "<td align='center'><a href='".BASEDIR."viewpage.php?page_id=16'><img src='".THEME."images/sub/vir_unban.png' border='0' alt='' /></a></td>\n";
	  echo"</tr></table>";
 
 
 
echo "<table align='center' cellspacing='0' cellpadding='0' width='1000'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
</td>
</tr>
</table>\n";
 
echo "<table align='center' cellpadding='0' cellspacing='0' width='981' class='outer-border'>\n<tr>
<td>"; include THEME."nuorodos.php"; echo"</td>
</tr>
</table>\n";
 
echo "<table align='center' cellpadding='0' cellspacing='0' width='981' class='login-bg'>\n<tr>
<td class='prisijungimas' style='padding-left:60px;'>"; include THEME."login.php"; echo"</td><td><a href='".BASEDIR."http://www.softas.in'><img src='".THEME."images/reklama.png' border='0' alt='' /></a></td>
</tr>
</table>\n";
 
echo "<table align='center' cellpadding='0' cellspacing='0' width='981'>\n<tr>\n";
	if (LEFT) { echo "<td class='side-border-left' valign='top' width='234'>".LEFT."</td>"; }
	echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
	if (RIGHT) { echo "<td class='side-border-right' valign='top' width='234'>".RIGHT."</td>"; }
	echo "</tr>\n</table>\n";
 
global $settings;
echo "</tr>\n</table>\n";
echo "<table align='center' cellpadding='0' cellspacing='0' width='981' class='footer'>
<tr>
<td align='center' width='987' style='padding-center:10px;'><a href='http://42studio.eu' target='_blank'><img src='".THEME."images/42.png' border='0' alt='42studio.eu' /></a></td><td align='center' width='987' style='padding-center:100px;'>".stripslashes($settings['footer'])."<br>
</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-p'></td>
<td class='capmain'>$subject</td>
<td class='capmain-r'><a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a></td>
</tr>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='main-body'>$news</td>
<a href='news.php?readmore=".$info['news_id']."'>Skaityti daugiau</a>
</tr>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='news-footer'></td>
</tr>
</table>\n";
 
}
 
function render_article($subject, $article, $info) {
 
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain-p'></td>
<td class='capmain'>$subject</td>
</tr>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," &middot;").articleopts($info,"&middot;").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
 
}
 
function opentable($title) {
 
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain-p'></td>
<td class='capmain'>$title</td>
</tr>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='main-body'>\n";
 
}
 
function closetable() {
 
echo "</td>
</tr>
</table>\n";
 
}
function openside($title) {
 
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
 
}
function closeside() {
global $panel_collapse;
echo "</td>
</tr>
</table>\n";
 
}
 
function openside_panel($title) {
 
echo "<table align='center' cellpadding='center' cellspacing='0' width='100%'>
<tr>
<td class='side-body-panel'>\n";
 
}
 
function closeside_panel() {
 
echo "</td>
</tr>
</table>\n";
 
 
}
 
 
 
 
?>
 
</body><script type="text/javascript" src="http://radarurl.com/js/radarurl_widget.js"></script><script type="text/javascript">radarurl_call_radar_widgetv2({edition:"Dynamic",location:"bottomright"})</script><noscript><a href="http://radarurl.com/">blog widget - Radarurl</a></noscript>


Dekoju is anksto ;)

Redagavo Karolis· 2011 Geg. 15 19:05:01