Thread Info
Wer ist hier? 1 Gäste
Theme Redgree_2.0 4-3 ansicht
|
|
punkerwelle |
Geschrieben am 03.02.2012 00000002 08:52
|
![]() Mitglied ![]() Beiträge: 61 Registriert am: 02.09.10 Fusioneer: 14 years 8 months 0 weeks 3 days 23 hours 3 minutes 55 seconds |
weiss jemand welche Zeilen ich welche werte ändern muss um folgendes Theme Theme (Redgree_2.0) von 16-9 auf 4-3 anzupassen? sodas bei4-3 bildschirmen keine Scrollbalken mehr dargestellt werden. alles andere soll so blieben.mfg.![]() [geshi=php]<?php /* Redgree 2.0 theme for PHP-Fusion v7.00+ Author: Craig Dewar (Fangree_Craig) Site: http://www.fangre... Released under the Affero GPLv3 */ if (!defined("IN_FUSION")) { die("Access Denied"); } // theme settings define("THEME_BULLET", "<img src='".THEME."images/bullet.gif' alt='' style='border:0' />"); require_once INCLUDES."theme_functions_include.php"; function render_page($license=false) { global $theme_width,$settings; echo " <table align='center' cellspacing='0' cellpadding='0' class='outer-border' id='main'> <tr> <td> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='full-header'> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td>".showbanners()."</td> </tr> </table> </td> </tr> </table> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='sub-header'>".showsublinks(" <span class='bullet'>·</span> ", "white")."</td> <td align='right' class='sub-header'><strong>Quick Links:</strong> <select onchange='window.location.href=this.value' style='margin: 0em; padding: 0em;' class=''> <option value='/' style='font-style:italic;' selected='selected' >Quick Links</option> <option value='http://www.fangree.co.uk/news.php'>Home</option> <option value='http://www.fangree.co.uk/search.php'>Search</option> <option value='http://www.fangree.co.uk/articles.php'>Articles</option> <option value='http://www.fangree.co.uk/news_cats.php'>News</option> <option value='http://www.fangree.co.uk/photogallery.php'>Themes Gallery</option> <option value='http://www.fangree.co.uk/downloads.php'>Downloads</option> <option value='http://www.fangree.co.uk/weblinks.php'>Web Links</option> <option value='http://www.fangree.co.uk/forum/index.php'>Forums</option></td> </tr> </table>\n"; echo " <table cellpadding='0' cellspacing='0' width='100%'> <tr>\n"; if (LEFT) { echo "<td class='side-border-left' valign='top'>".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'>".RIGHT."</td>"; } echo " </tr> </table> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td align='right' class='footer'>".stripslashes($settings['footer'])."<br />\n"; echo "Redgree 2.0 Theme By: <a href='http://www.fangree.co.uk'>Fangree Productions</a><br />\n"; if (!$license) { echo showcopyright()."<br /><br />"; } echo showcounter()." </td> </tr> </table> </td> </tr> </table>\n"; } function render_news($subject, $news, $info) { echo "<table cellpadding='0' cellspacing='0' width='100%' class='border tablebreak'> <tr> <td class='capmain'>$subject</td> </tr> <tr> <td class='main-body'>$news</td> </tr> <tr> <td align='center' class='news-footer'>\n"; echo newsposter($info," ·").newsopts($info,"·").itemoptions("N",$info['news_id']); echo "</td> </tr> </table>\n"; } function render_article($subject, $article, $info) { echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'> <tr> <td class='capmain'>$subject</td> </tr> <tr> <td class='main-body'> ".($info['article_breaks'] == "y" ? nl2br($article) : $article)." </td> </tr> <tr> <td align='center' class='news-footer'>\n"; echo articleposter($info," ·").articleopts($info,"·").itemoptions("A",$info['article_id']); echo "</td> </tr> </table>\n"; } function opentable($title) { echo "<table cellpadding='0' cellspacing='0' width='100%' class='border tablebreak'> <tr> <td class='capmain'>$title</td> </tr> <tr> <td class='main-body'>\n"; } function closetable() { echo "</td> </tr> </table>\n"; } function openside($title, $collapse = false, $state = "on") { global $panel_collapse; $panel_collapse = $collapse; $boxname = str_replace(" ", "", $title); echo " <table cellpadding='0' cellspacing='0' width='100%' class='border tablebreak'> <tr> <td class='scapmain'>$title</td> ".($collapse ? "<td class='scapmain' align='right'>".panelbutton($state, $boxname)."</td>" : "")." </tr> <tr> <td colspan='2' class='side-body'>"; if ($collapse == true) { echo panelstate($state, $boxname); } } function closeside() { global $panel_collapse; if ($panel_collapse == true) { echo "</div>\n"; } echo "</td> </tr> </table>\n"; } ?>[/geshi] Bearbeitet von punkerwelle am 03.02.2012 00000002 09:23 |
|
Springe ins Forum: |
Ähnliche Themen
Thema | Forum | Antworten | Letzter Beitrag |
---|---|---|---|
Theme | Projekt sucht Entwickler... | 1 | 04.11.2015 00000011 21:33 |
FP Crisp Ice Theme 1.00 | Allgemeine Support Fragen | 5 | 02.04.2015 00000004 08:31 |
Theme größe geändert mit einem fehler | Allgemeine Support Fragen | 2 | 31.03.2015 00000003 08:26 |
Theme im Facebook style | Infusionen | 1 | 08.12.2014 00000012 17:25 |
Theme Schriftfarbe Ändern | Grafik und Design | 4 | 11.10.2013 00000010 17:25 |