in der installationsanleitung steht
jetzt weiss ich aber nich wo ich diese "$cont_cat = "(1)"" genau einfügen muss bei##-----[ FIND ]------------------------------------------------------
##
error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
##
##-----[ ADD BEFORE ]------------------------------------------------
##
// Begin simply CMS Mod
// Type in all the cats-ids you want to display in the simply CMS.
// Separate the cat_ids in $cont_cat with an ',' (comma)
// e.g. $cont_cat = "(1, 2, 5, 7)";
$cont_cat = "(1)";
//
// End simply CMS Mod
//
Könnte mir jemand helfenerror_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime