From: Bartek Przybylski Date: Fri, 8 Jun 2012 19:31:31 +0000 (+0200) Subject: adding navigation bar to gallery X-Git-Tag: v4.5.0beta1~74^2~422^2~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8bc22907b86905bf60bb558eccaacfd61bcd7b72;p=nextcloud-server.git adding navigation bar to gallery --- diff --git a/apps/gallery/index.php b/apps/gallery/index.php index 740f4bf04f5..b87d99bb6cc 100644 --- a/apps/gallery/index.php +++ b/apps/gallery/index.php @@ -27,6 +27,7 @@ OCP\User::checkLoggedIn(); OCP\App::checkAppEnabled('gallery'); OCP\App::setActiveNavigationEntry( 'gallery_index' ); +OCP\Util::addStyle('files', 'files'); OCP\Util::addStyle('gallery', 'styles'); OCP\Util::addScript('gallery', 'pictures'); diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index 88cf0912cbd..94d370f2e89 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -1,19 +1,20 @@ -
-
+'; + } + } + +?>