Hej. Chciałem wkomponować w Fusion'a księgę gości. Utworzyłem "czystą stronę" kgosci.php:
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fu...
+--------------------------------------------------------+
| Filename: contact.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licen... Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";
include LOCALE.LOCALESET."kgosci.php";
add_to_title($locale['global_200'].$locale['400']);
{
opentable($locale['400']);
include "lazarusgb/gbinclude.php";
closetable();
}
require_once THEMES."templates/footer.php";
?>
Kliknij i zaczekaj na załadowanie kodu ...
do tego plik w localu:
<?php
/// Księga gości
$locale['400'] = "Księga gości";
?>
Kliknij i zaczekaj na załadowanie kodu ...
Księga gości wyświetla się poprawnie na stronię ale nie widać linków w głównym poziomym menu. Proszę o poprawienie kodu :)
EDYCJA:
Na dole strony wywala błąd:
Warning: mysql_close(): no MySQL-Link resource supplied in D:\xampp\htdocs\test\fusion\themes\templates\footer.php on line 41
Edytowane przez BenLomax dnia 07.10.2008 14:45:10
|