From aa6eb357d0f95af9d86185ccb35d9139ce8037dd Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 1 Dec 2006 18:06:16 +0000 Subject: Introducing preview pane and conditional skin tags git-svn-id: https://svn.roundcube.net/trunk@388 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_shared.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/program/include/rcube_shared.inc') diff --git a/roundcubemail/program/include/rcube_shared.inc b/roundcubemail/program/include/rcube_shared.inc index a5e5e8598..7a0fd059d 100644 --- a/roundcubemail/program/include/rcube_shared.inc +++ b/roundcubemail/program/include/rcube_shared.inc @@ -169,6 +169,9 @@ class rcube_html_page 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(); -- cgit v1.2.3