Jak ustawić więcej niż 10 linków w górnej belce w jednej linii?
|
Lara_Perkins |
Dodany dnia 09.09.2008 14:10:25
|
Przedszkolak
Postów: 18 Ostrzeżeń: 3
Data rejestracji: 09.09.2008 14:00
|
Witam, nie wiem czy ktoś miał już taki problem, szukałam w google i tutaj na forum, niestety nie mogłam nic znaleźć na ten temat
Chciałabym dodać więcej linków w górnej belce na stronie, ale jest chyba jakiś limit do 10, a jest przecież jeszcze miejsce obok. Jak dodaje więcej to dodają się niżej już, a ja chce w tej samej linii Moje pytanie brzmi, jak zwiększyć tą ilość w jednej linii, w jakim pliku mam tego szukać by zmienić???
Moja strona to:http://www.katarz...pa.yoyo.pl
Rzućcie okiem na górną belkę, może mi ktoś coś poradzi, dziękuję z góry za pomoc!
Pozdrawiam
Lara_Perkins
Edytowane przez Pieka dnia 09.09.2008 18:55:50
|
|
|
|
Wścibski Gość |
Dodany dnia 22.11.2024 06:47:35
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
IP: localhost |
|
|
piotrek199214 |
Dodany dnia 09.09.2008 15:25:32
|
Bywalec
Postów: 977 Pomógł: 168
v7.01.05 Data rejestracji: 17.12.2007 21:05
|
Pierwsze słyszę nigdy jeszcze się z czymś takim nie spotkałem. Można zawartość twojego pliku "themes/theme.php" zobaczyć a dokładnie to to:
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
[color=red]<td class='white-header'>".showsublinks("·")."</td>[/color]
[color=red]<td align='right' class='white-header'>".showsubdate()."</td>[/color]
</tr>
</table>\n";
Edytowane przez Pieka dnia 09.09.2008 18:56:00
Pomogłem Ci? Wystarczy podziękować i oznaczyć post jako pomocny
Tanie tworzenie wtyczek, masz problem napisz.
|
|
|
|
Lara_Perkins |
Dodany dnia 09.09.2008 16:45:06
|
Przedszkolak
Postów: 18 Ostrzeżeń: 3
Data rejestracji: 09.09.2008 14:00
|
O rany, zapomniałam, że tutaj jest srogo za małe litery na początku zdań
Już się poprawiam Ehh, szkoda, że muszę pisać posta od nowa...
Chodzi mi o to, aby w górnej belce nawigacji zamieścić więcej niż 10 linków w jednej linii (bo jest jeszcze na nie miejsce).
Tutaj wrzucam screen mojej belki z 10 linkami:
http://www.reprez...abelka.jpg
A tutaj drugi screen już z 11 linkami (ostatni schodzi na dół, na drugą linie):
http://www.reprez...belka2.jpg
Czy da się z tym coś zrobić? Pozdrawiam...
Edytowane przez Pieka dnia 09.09.2008 18:56:12
|
|
|
|
piotrek199214 |
Dodany dnia 09.09.2008 18:08:22
|
Bywalec
Postów: 977 Pomógł: 168
v7.01.05 Data rejestracji: 17.12.2007 21:05
|
Poprosiłem o zawartość pliku theme.php. 5 razy prosić nie będę ponieważ nie jest to w moim interesie.
Edytowane przez Pieka dnia 09.09.2008 18:56:21
Pomogłem Ci? Wystarczy podziękować i oznaczyć post jako pomocny
Tanie tworzenie wtyczek, masz problem napisz.
|
|
|
|
Lara_Perkins |
Dodany dnia 09.09.2008 18:13:25
|
Przedszkolak
Postów: 18 Ostrzeżeń: 3
Data rejestracji: 09.09.2008 14:00
|
Proszę bardzo... (przepraszam, nie zrozumiałam, że mam go podać)
// theme settings
$body_text = "#D7DCE9";
$body_bg = "#010102";
$theme_width = "100%";
$theme_width_l = "175";
$theme_width_r = "175";
function render_header($header_content) {
global $theme_width,$settings;
echo "<body background='".THEME."images/bkg.gif'>";
echo "<table border='0' align='center' width='950' cellspacing='1' cellpadding='0' bgcolor='#1A3858'>";
echo "<tr><td width='100%' height='87' bgcolor='#003151'>";
echo "<table border='0' width='100%' cellspacing='0' cellpadding='0'>";
echo "<tr>";
echo "<td height='22' align='right' background='".THEME."images/top_bar_back.gif'>";
echo "<font class='clock'>".ucwords(showdate($settings['subheaderdate'], time()))."</font></td>";
echo "</tr></table>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='950'>";
echo "<tr><td width='100%'>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='950'>";
echo "<tr><td width='100%' height='87' bgcolor='#7D746B'>";
echo "<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align='left'><a href='".BASEDIR."index.php'><img border='0' src='".THEME."images/logo.jpg' width='950' height='87' hspace='0' title='".$settings[sitename]."'></a></td><td align='right'>";
echo "</td></tr></table></td></tr></table></td></tr></table>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'>";
echo "<tr><td align='left' width='1%' background='".THEME."images/navbar.gif'>";
echo "<img height='41' src='".THEME."images/spacer.gif' width='1'></td>";
echo "<td width='100%' background='".THEME."images/navbar.gif'>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'>";
echo "<tr><td align='left' width='75%'>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'><tr>";
$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
echo "<td>";
$i = 0;
while($data = dbarray($result)) {
if (checkgroup($data['link_visibility'])) {
if ($data['link_url']!="---") {
if ($i != 0) { echo " <img border='0' src='".THEME."images/divider.gif'>\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 ? " " : "")."</td>\n";
echo "</tr></table></td><td align='right' width='45%'> </td>";
echo "</tr></table></td></tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>";
echo "<tr valign='top'>";
echo "<td valign='middle' align='right'>";
echo "<table width='100%' cellpadding='4' bgcolor='#003151' cellspacing='0' border='0'>";
}
function render_footer($license=false) {
global $theme_width,$settings,$locale;
echo "</tr>\n</table>\n";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>";
echo "<td align='center'>".stripslashes($settings['footer'])."</td></tr></table>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'>";
echo "<td class='footer' valign='middle' width='39%'><div align='left'>Powered by <a href='http://www.php-fusion.co.uk' target='_blank'><img src='".THEME."images/fusion.gif' alt='PHP-Fusion' title='PHP-Fusion' border='0' style='vertical-align:middle;'></a> v".$settings['version']." © 2003-2005</div></td>";
echo "<td class='footer' align='middle' width='39%'><div align='left'>";
echo "Lykun Theme Design by: <a target='_blank' href='http://phpfusion.org'><img src='".THEME."images/fthemes.gif' style='vertical-align:top;'></a></td></div>";
echo "<td class='footer' width='22%'><div align='right'>".$settings['counter']." ".($settings['counter'] == 1 ? $locale['140']."\n" : $locale['141']."\n");
echo "</td></div></tr></table></center></table></table></table>\n";
}
function render_news($subject, $news, $info) {
global $locale;
echo "<table border='0' style='border: 1px solid #3B5981' cellpadding='0' cellspacing='0' width='100%'><tr><td>";
echo "<table border='0' cellpadding='0' cellspacing='1' width='100%'><tr><td bgcolor='#173A50'>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>";
echo "<td background='".THEME."images/header_news.gif' width='100%' height='24'><img src='".THEME."images/bullet_l.gif' hspace='2'>";
echo "<font class='storytitle'><b>$subject</b></font></td></tr>";
echo "<tr><td colspan='2'>";
echo "<table border='0' width='100%' cellpadding='0' cellspacing='0' align='center'>";
echo "<tr><td class='main-body'>$news</td></tr></table></td></tr></table></td></tr>";
echo "<tr><td class='news-footer' bgcolor='#0D2C3F' align='left'> ";
echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "".$locale['041'].showdate("longdate", $info['news_date'])." ";
echo "<br><center><img src='".THEME."images/line_break.gif' width='98%' height='1' vspace='4'></center> <font class='content'>";
echo "".($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> ·\n";
echo "".$info['news_reads'].$locale['044']." ";
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>";
echo "</td></tr></table></td></tr><tr><td></tr></td></tr></table>";
}
function render_article($subject, $article, $info) {
global $locale;
echo "<table border='0' style='border: 1px solid #3B5981' cellpadding='0' cellspacing='0' width='100%'><tr><td>";
echo "<table border='0' cellpadding='0' cellspacing='1' width='100%'><tr><td bgcolor='#173A50'>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>";
echo "<td background='".THEME."images/header_news.gif' width='100%' height='24'><img src='".THEME."images/bullet_l.gif' hspace='2'>";
echo "<font class='storytitle'><b>$subject</b></font></td></tr>";
echo "<tr><td colspan='2'>";
echo "<table border='0' width='100%' cellpadding='0' cellspacing='0' align='center'>";
echo "<tr><td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td></tr></table></td></tr></table></td></tr>";
echo "<tr><td class='news-footer' bgcolor='#0D2C3F' align='left'> ";
echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "".$locale['041'].showdate("longdate", $info['article_date'])." ";
echo "<br><center><img src='".THEME."images/line_break.gif' width='98%' height='1' vspace='4'></center> <font class='content'>";
if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." ·\n";
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>";
echo "</td></tr></table></td></tr><tr><td></tr></td></tr></table>";
}
// Open table begins
function opentable($title) {
echo "<table border='0' style='border: 1px solid #3B5981' cellpadding='0' cellspacing='0' width='100%'><tr><td>";
echo "<td class='capmain' width='100%'>$title</td></tr>";
echo "<tr><td colspan='2'>";
echo "<table border='0' width='100%' cellpadding='0' cellspacing='0' align='center'><tr><td class='main-body'>\n";
}
// Close table end
function closetable() {
echo "</td></tr></table></td></tr></table>";
}
function openside($title) {
echo "<table border='0' style='border: 0px solid #383A3B' width='100%' background='".THEME."images/header.gif' height=24>";
echo "<tr><td width='7'><img src='".THEME."images/bullet_l.gif'></td>";
echo "<td valign=center><font class='boxtitle'>$title</font>";
echo "<td valign='top'><img align='right' src='".THEME."images/bullet_r.gif'>";
echo "</td></tr></td></tr></table>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'>";
echo "<tr><td width='100%' bgcolor='#3B5981'>";
echo "<table border='0' cellpadding='3' cellspacing='1' width='100%'>";
echo "<tr><td class='' width='100%' background='".THEME."images/back1.gif' bgcolor='#455B6C'>";
}
function closeside() {
echo "</td></tr></table></td></tr>";
echo "<td valign=top></td> <img src='".THEME."images/pixel.gif' width='100%' height='2'>";
echo "</td></tr></table>\n";
tablebreak();
}
function opensidex($title,$open="on") {
if($open=="on"){$box_img="off";}else{$box_img="on";}
echo "<table border='0' style='border: 0px solid #383A3B' width='100%' background='".THEME."images/header.gif' height=24>";
echo "<tr><td width='7'><img src='".THEME."images/bullet_l.gif'></td>";
echo "<td valign=center><font class='boxtitle'>$title</font></td>";
echo "<td valign='top'><img align='right' style='cursor:hand' onclick=\"javascript:flipBox('$title')\" name='b_$title' border='0' src='".THEME."images/panel_$box_img.gif'>";
echo "</td></tr></td></tr></table>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'>";
echo "<tr><td width='100%' bgcolor='#3B5981'>";
echo "<table border='0' cellpadding='3' cellspacing='1' width='100%'>";
echo "<tr><td class='' width='100%' background='".THEME."images/back1.gif' bgcolor='#455B6C'>";
echo "<div id='box_$title'"; if($open=="off"){ echo "style='display:none'"; } echo ">\n";
}
function closesidex() {
echo "</td></tr></table></td></tr>";
echo "<td valign=top></td> <img src='".THEME."images/pixel.gif' width='100%' height='2'>";
echo "</td></tr></table>\n";
tablebreak();
}
// Table functions
function tablebreak() {
echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='8'>";
echo "</td></tr></table>\n";
}
?>
Edytowane przez Pieka dnia 09.09.2008 18:56:35
|
|
|
|
piotrek199214 |
Dodany dnia 09.09.2008 18:19:33
|
Bywalec
Postów: 977 Pomógł: 168
v7.01.05 Data rejestracji: 17.12.2007 21:05
|
Sprawdź tak:
// theme settings
$body_text = "#D7DCE9";
$body_bg = "#010102";
$theme_width = "100%";
$theme_width_l = "175";
$theme_width_r = "175";
function render_header($header_content) {
global $theme_width,$settings;
echo "<body background='".THEME."images/bkg.gif'>";
echo "<table border='0' align='center' width='950' cellspacing='1' cellpadding='0' bgcolor='#1A3858'>";
echo "<tr><td width='100%' height='87' bgcolor='#003151'>";
echo "<table border='0' width='100%' cellspacing='0' cellpadding='0'>";
echo "<tr>";
echo "<td height='22' align='right' background='".THEME."images/top_bar_back.gif'>";
echo "<font class='clock'>".ucwords(showdate($settings['subheaderdate'], time()))."</font></td>";
echo "</tr></table>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='950'>";
echo "<tr><td width='100%'>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='950'>";
echo "<tr><td width='100%' height='87' bgcolor='#7D746B'>";
echo "<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align='left'><a href='".BASEDIR."index.php'><img border='0' src='".THEME."images/logo.jpg' width='950' height='87' hspace='0' title='".$settings[sitename]."'></a></td><td align='right'>";
echo "</td></tr></table></td></tr></table></td></tr></table>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'>";
echo "<tr><td align='left' width='1%' background='".THEME."images/navbar.gif'>";
echo "<img height='41' src='".THEME."images/spacer.gif' width='1'></td>";
echo "<td width='100%' background='".THEME."images/navbar.gif'>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'>";
echo "<tr><td align='left' width='[color=red]100%[/color]'>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'><tr>";
$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
echo "<td>";
$i = 0;
while($data = dbarray($result)) {
if (checkgroup($data['link_visibility'])) {
if ($data['link_url']!="---") {
if ($i != 0) { echo " <img border='0' src='".THEME."images/divider.gif'>\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 ? " " : "")."</td>\n";
echo "</tr></table></td><td align='right' width='45%'> </td>";
echo "</tr></table></td></tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>";
echo "<tr valign='top'>";
echo "<td valign='middle' align='right'>";
echo "<table width='100%' cellpadding='4' bgcolor='#003151' cellspacing='0' border='0'>";
}
function render_footer($license=false) {
global $theme_width,$settings,$locale;
echo "</tr>\n</table>\n";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>";
echo "<td align='center'>".stripslashes($settings['footer'])."</td></tr></table>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'>";
echo "<td class='footer' valign='middle' width='39%'><div align='left'>Powered by <a href='http://www.php-fusion.co.uk' target='_blank'><img src='".THEME."images/fusion.gif' alt='PHP-Fusion' title='PHP-Fusion' border='0' style='vertical-align:middle;'></a> v".$settings['version']." © 2003-2005</div></td>";
echo "<td class='footer' align='middle' width='39%'><div align='left'>";
echo "Lykun Theme Design by: <a target='_blank' href='http://phpfusion.org'><img src='".THEME."images/fthemes.gif' style='vertical-align:top;'></a></td></div>";
echo "<td class='footer' width='22%'><div align='right'>".$settings['counter']." ".($settings['counter'] == 1 ? $locale['140']."\n" : $locale['141']."\n");
echo "</td></div></tr></table></center></table></table></table>\n";
}
function render_news($subject, $news, $info) {
global $locale;
echo "<table border='0' style='border: 1px solid #3B5981' cellpadding='0' cellspacing='0' width='100%'><tr><td>";
echo "<table border='0' cellpadding='0' cellspacing='1' width='100%'><tr><td bgcolor='#173A50'>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>";
echo "<td background='".THEME."images/header_news.gif' width='100%' height='24'><img src='".THEME."images/bullet_l.gif' hspace='2'>";
echo "<font class='storytitle'><b>$subject</b></font></td></tr>";
echo "<tr><td colspan='2'>";
echo "<table border='0' width='100%' cellpadding='0' cellspacing='0' align='center'>";
echo "<tr><td class='main-body'>$news</td></tr></table></td></tr></table></td></tr>";
echo "<tr><td class='news-footer' bgcolor='#0D2C3F' align='left'> ";
echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "".$locale['041'].showdate("longdate", $info['news_date'])." ";
echo "<br><center><img src='".THEME."images/line_break.gif' width='98%' height='1' vspace='4'></center> <font class='content'>";
echo "".($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> ·\n";
echo "".$info['news_reads'].$locale['044']." ";
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>";
echo "</td></tr></table></td></tr><tr><td></tr></td></tr></table>";
}
function render_article($subject, $article, $info) {
global $locale;
echo "<table border='0' style='border: 1px solid #3B5981' cellpadding='0' cellspacing='0' width='100%'><tr><td>";
echo "<table border='0' cellpadding='0' cellspacing='1' width='100%'><tr><td bgcolor='#173A50'>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>";
echo "<td background='".THEME."images/header_news.gif' width='100%' height='24'><img src='".THEME."images/bullet_l.gif' hspace='2'>";
echo "<font class='storytitle'><b>$subject</b></font></td></tr>";
echo "<tr><td colspan='2'>";
echo "<table border='0' width='100%' cellpadding='0' cellspacing='0' align='center'>";
echo "<tr><td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td></tr></table></td></tr></table></td></tr>";
echo "<tr><td class='news-footer' bgcolor='#0D2C3F' align='left'> ";
echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "".$locale['041'].showdate("longdate", $info['article_date'])." ";
echo "<br><center><img src='".THEME."images/line_break.gif' width='98%' height='1' vspace='4'></center> <font class='content'>";
if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." ·\n";
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>";
echo "</td></tr></table></td></tr><tr><td></tr></td></tr></table>";
}
// Open table begins
function opentable($title) {
echo "<table border='0' style='border: 1px solid #3B5981' cellpadding='0' cellspacing='0' width='100%'><tr><td>";
echo "<td class='capmain' width='100%'>$title</td></tr>";
echo "<tr><td colspan='2'>";
echo "<table border='0' width='100%' cellpadding='0' cellspacing='0' align='center'><tr><td class='main-body'>\n";
}
// Close table end
function closetable() {
echo "</td></tr></table></td></tr></table>";
}
function openside($title) {
echo "<table border='0' style='border: 0px solid #383A3B' width='100%' background='".THEME."images/header.gif' height=24>";
echo "<tr><td width='7'><img src='".THEME."images/bullet_l.gif'></td>";
echo "<td valign=center><font class='boxtitle'>$title</font>";
echo "<td valign='top'><img align='right' src='".THEME."images/bullet_r.gif'>";
echo "</td></tr></td></tr></table>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'>";
echo "<tr><td width='100%' bgcolor='#3B5981'>";
echo "<table border='0' cellpadding='3' cellspacing='1' width='100%'>";
echo "<tr><td class='' width='100%' background='".THEME."images/back1.gif' bgcolor='#455B6C'>";
}
function closeside() {
echo "</td></tr></table></td></tr>";
echo "<td valign=top></td> <img src='".THEME."images/pixel.gif' width='100%' height='2'>";
echo "</td></tr></table>\n";
tablebreak();
}
function opensidex($title,$open="on") {
if($open=="on"){$box_img="off";}else{$box_img="on";}
echo "<table border='0' style='border: 0px solid #383A3B' width='100%' background='".THEME."images/header.gif' height=24>";
echo "<tr><td width='7'><img src='".THEME."images/bullet_l.gif'></td>";
echo "<td valign=center><font class='boxtitle'>$title</font></td>";
echo "<td valign='top'><img align='right' style='cursor:hand' onclick=\"javascript:flipBox('$title')\" name='b_$title' border='0' src='".THEME."images/panel_$box_img.gif'>";
echo "</td></tr></td></tr></table>";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'>";
echo "<tr><td width='100%' bgcolor='#3B5981'>";
echo "<table border='0' cellpadding='3' cellspacing='1' width='100%'>";
echo "<tr><td class='' width='100%' background='".THEME."images/back1.gif' bgcolor='#455B6C'>";
echo "<div id='box_$title'"; if($open=="off"){ echo "style='display:none'"; } echo ">\n";
}
function closesidex() {
echo "</td></tr></table></td></tr>";
echo "<td valign=top></td> <img src='".THEME."images/pixel.gif' width='100%' height='2'>";
echo "</td></tr></table>\n";
tablebreak();
}
// Table functions
function tablebreak() {
echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='8'>";
echo "</td></tr></table>\n";
}
?>
Sprawdź teraz.
Edytowane przez Pieka dnia 09.09.2008 18:56:48
Pomogłem Ci? Wystarczy podziękować i oznaczyć post jako pomocny
Tanie tworzenie wtyczek, masz problem napisz.
|
|
|
|
Lara_Perkins |
Dodany dnia 09.09.2008 18:30:58
|
Przedszkolak
Postów: 18 Ostrzeżeń: 3
Data rejestracji: 09.09.2008 14:00
|
Nie działa, wszystko jest tak samo, ale napiszę, że ja plik theme.php mam w ścieżce... /themes/Lykun/theme.php
Edytowane przez Pieka dnia 09.09.2008 18:57:00
|
|
|
|
piotrek199214 |
Dodany dnia 09.09.2008 18:34:23
|
Bywalec
Postów: 977 Pomógł: 168
v7.01.05 Data rejestracji: 17.12.2007 21:05
|
Zaktualizowałem sprawdź teraz. Jeżeli to nie działa to już nie mam pojęcia.
Podmień stary na ten kod powyżej w moim poście.
Edytowane przez Pieka dnia 09.09.2008 18:57:11
Pomogłem Ci? Wystarczy podziękować i oznaczyć post jako pomocny
Tanie tworzenie wtyczek, masz problem napisz.
|
|
|
|
Lara_Perkins |
Dodany dnia 09.09.2008 18:36:49
|
Przedszkolak
Postów: 18 Ostrzeżeń: 3
Data rejestracji: 09.09.2008 14:00
|
Jednak pomogło! Nie wiem czemu, za pierwszym razem nie nadpisał mi .txt w commanderze! Dzięki wielkie za pomoc
Edytowane przez Pieka dnia 09.09.2008 18:57:25
|
|
|