/*--------------------------------------------+
| PHP-Fusion v6 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fusion.co.uk |
| email: nick@php-fusion.co.uk |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
/*--------------------------------------------+
| Speyside Theme for PHP-Fusion v6 |
|---------------------------------------------|
| author: PHP-Fusion Themes - Shedrock © 2005 |
| web: http://phpfusion.org |
| email: webmaster@phpfusion.org |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
// theme settings
$body_text = "#000000";
$body_bg = "#ffffff";
$theme_width = "100%";
$theme_width_l = "170";
$theme_width_r = "170";
function render_header($header_content) {
global $theme_width,$settings;
echo "
";
echo " |
";
echo "";
echo "";
echo "";
$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
echo "\n";
echo " ";
echo "\n\n";
[b][color=blue]Gdy wklejam tu panel strona się rozwala i nie wyświetla się nawet panel dobrze. [/color][/b]
}
[color=blue][b]
A jak tutaj wszystko jest cacy ale panel jest nad logiem.[/b][/color]
function render_footer($license=false) {
global $theme_width,$locale,$settings;
echo " \n \n";
echo " | \n \n";
echo "";
echo "".stripslashes($settings['footer'])." | \n";
echo "";
echo " | ";
echo "";
echo "";
echo " ";
} |