moved favicon and site icon to the templates where they belong
This commit is contained in:
parent
a278041d74
commit
babb8099c9
7 changed files with 38 additions and 29 deletions
|
|
@ -84,16 +84,6 @@ sub www_editSettings {
|
|||
-value=>$session{setting}{urlExtension},
|
||||
-label=>$i18n->get("url extension")
|
||||
);
|
||||
$tabform->getTab("content")->text(
|
||||
-name=>"favicon",
|
||||
-label=>$i18n->get(897),
|
||||
-value=>$session{setting}{favicon}
|
||||
);
|
||||
$tabform->getTab("content")->text(
|
||||
-name=>"siteicon",
|
||||
-label=>$i18n->get(898),
|
||||
-value=>$session{setting}{siteicon}
|
||||
);
|
||||
$tabform->getTab("content")->integer(
|
||||
-name=>"maxAttachmentSize",
|
||||
-label=>$i18n->get(130),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue