From b19097058c02f203321599bf04a5d7da7c2dafe8 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 01 Dec 2006 13:06:16 -0500 Subject: [PATCH] Introducing preview pane and conditional skin tags --- program/include/rcube_shared.inc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/program/include/rcube_shared.inc b/program/include/rcube_shared.inc index a5e5e85..7a0fd05 100644 --- a/program/include/rcube_shared.inc +++ b/program/include/rcube_shared.inc @@ -169,6 +169,9 @@ if (strlen($this->scripts['foot'])) $__page_footer .= sprintf($this->script_tag, $this->scripts['foot']); + + if ($this->footer) + $__page_footer .= "\n" . $this->footer; $__page_header .= $this->css->show(); -- Gitblit v1.9.1