fixed: site starter fails after site style page
This commit is contained in:
parent
4dbd7bac1a
commit
5cdcf892bf
2 changed files with 2 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ a:visited { color: '.$form->get("visitedLinkColor").'; }
|
|||
$f->yesNo(name=>"aboutUs",label=>$i18n->get("About Us"));
|
||||
$f->HTMLArea(name=>"aboutUsContent", richEditId=>"PBrichedit000000000002",
|
||||
value=>$i18n->get("Put your about us content here."));
|
||||
if (isIn("WebGUI::Asset::Wobject::Collaboration", @{$session->config->get("assets")})) {
|
||||
if (exists $session->config->get('assets')->{"WebGUI::Asset::Wobject::Collaboration"}) {
|
||||
$f->yesNo(name=>"news",label=>$i18n->get(357));
|
||||
$f->yesNo(name=>"forums",label=>$i18n->get("Forums"));
|
||||
$f->textarea(name=>"forumNames",subtext=>$i18n->get("One forum name per line"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue