WebGUI 3.5.0 release
This commit is contained in:
parent
6633adf10d
commit
0df316d3f0
25 changed files with 599 additions and 158 deletions
|
|
@ -41,7 +41,10 @@ sub getStyle {
|
|||
.$style{styleSheet}
|
||||
.$session{page}{metaTags};
|
||||
if ($session{page}{defaultMetaTags}) {
|
||||
$header .= '<meta http-equiv="Keywords" name="Keywords" content="'.$session{page}{title}.', '.$session{setting}{companyName}.'">';
|
||||
$header .= '<meta http-equiv="Keywords" name="Keywords" content="'.
|
||||
$session{page}{title}.', '.$session{setting}{companyName}.'">';
|
||||
$header .= '<meta http-equiv="Description" name="Description" content="'.
|
||||
$session{page}{synopsis}.'">';
|
||||
}
|
||||
$header .= '</head>'.$style{header};
|
||||
$footer = $style{footer}.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue