WebGUI 3.6.5 release
This commit is contained in:
parent
11ab194b7a
commit
bb66c11a6a
15 changed files with 917 additions and 20 deletions
|
|
@ -19,6 +19,7 @@ use WebGUI::SQL;
|
|||
#-------------------------------------------------------------------
|
||||
sub getStyle {
|
||||
my ($header, $footer, @style, %style);
|
||||
tie %style, 'Tie::CPHash';
|
||||
if ($session{form}{makePrintable}) {
|
||||
%style = WebGUI::SQL->quickHash("select header,footer,styleSheet from style where styleId=3");
|
||||
$header = '<html><!-- WebGUI '.$session{wg}{version}.' -->'."\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue