From 0d0ad432e638b2d827dba1be3f994251ab996884 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 23 May 2013 16:11:45 +0200 Subject: [PATCH] fix path to noty --- views/bootstrap/class.Bootstrap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 52fb4b5fd..f6d5f77a6 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -46,9 +46,9 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common { echo $this->extraheader; echo ''."\n"; echo ''."\n"; - echo ''."\n"; - echo ''."\n"; - echo ''."\n"; + echo ''."\n"; + echo ''."\n"; + echo ''."\n"; echo ''."\n"; echo "".(strlen($this->params['sitename'])>0 ? $this->params['sitename'] : "SeedDMS").(strlen($title)>0 ? ": " : "").htmlspecialchars($title)."\n";