I spent much time of the last days looking for a template-based, mysql-using script with not too many functions... but some smileys

I found a few, but for me they are too hard to include.
Or is there already a guestbook-module in the works?
Code: Select all
Notice: Undefined variable: artlangtxt in c:\program files\html\easyphp1-7\www\cmsmadesimple\modules\gastbuch\gastbuch.module.php on line 467
Notice: Undefined variable: artlang in c:\program files\html\easyphp1-7\www\cmsmadesimple\modules\gastbuch\gastbuch.module.php on line 468
Code: Select all
$artlang= $_COOKIE["cms_language"];
$artlangtxt=" ";
Code: Select all
// If Default Language is Nederlands(Dutch)
//---------------------------------------------------------
elseif($_COOKIE["cms_language"]=='nl_NL')
{
$beab="Edit";
$loesen="Delete";
$ativi="Aktivate";
$deakti="Disable";
$accerr="You need the 'Modify gastbuch' permission to perform that function.";
$addgait="Add gastbuch Item";
$allentr="All Entries";
$absender="Sender";
$mailadd="E-mail";
$hpag="Homepage";
$eintr="Message";
$senden="Submit";
$abbruch="Cancel";
$postdate="Postingdate";
$artlang= $_COOKIE["cms_language"];
$artlangtxt="";
}