[geeklog-cvs] geeklog: {xhtml} wasn't set for the "printable" version

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 18 14:28:52 EDT 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/e564c19446e3
changeset: 6456:e564c19446e3
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Oct 18 19:22:09 2008 +0200
description:
{xhtml} wasn't set for the "printable" version

diffstat:

1 file changed, 1 insertion(+)
plugins/staticpages/functions.inc |    1 +

diffs (11 lines):

diff -r 2e64149d5578 -r e564c19446e3 plugins/staticpages/functions.inc
--- a/plugins/staticpages/functions.inc	Sat Oct 18 19:17:03 2008 +0200
+++ b/plugins/staticpages/functions.inc	Sat Oct 18 19:22:09 2008 +0200
@@ -409,6 +409,7 @@
     $print->set_var('site_slogan', $_CONF['site_slogan']);
 
     $print->set_var('direction', $LANG_DIRECTION);
+    $print->set_var('xhtml', XHTML);
     $print->set_var('page_title', $_CONF['site_name'] . ' - '
                                   . stripslashes($A['sp_title']));
     $sp_url = COM_buildUrl($_CONF['site_url']



More information about the geeklog-cvs mailing list