summaryrefslogtreecommitdiffstats
path: root/apps/gallery/templates
diff options
context:
space:
mode:
authorjfd <jfd@underverse>2012-07-09 16:04:46 +0200
committerjfd <jfd@underverse>2012-07-09 16:04:46 +0200
commitb67199bb452483ec7d3c3d338b2f3a0c667e42e7 (patch)
tree0bb052355ddd358df627203c8c82b82bba0f1e41 /apps/gallery/templates
parent6f408c36516638c3dceb86582823eb312a0bbc35 (diff)
downloadnextcloud-server-b67199bb452483ec7d3c3d338b2f3a0c667e42e7.tar.gz
nextcloud-server-b67199bb452483ec7d3c3d338b2f3a0c667e42e7.zip
add css id attribute, minor fixes
Diffstat (limited to 'apps/gallery/templates')
-rw-r--r--apps/gallery/templates/index.php2
-rw-r--r--apps/gallery/templates/view_album.php8
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php
index 048fb6c5bbc..b2efd5342ff 100644
--- a/apps/gallery/templates/index.php
+++ b/apps/gallery/templates/index.php
@@ -37,7 +37,7 @@ echo $_['tl']->get();
</div>
<!-- start supersized block -->
-<div id="slideshow-content" class="supersized" style="display:none;">
+<div id="slideshow-content" style="display:none;">
<!--Thumbnail Navigation-->
<div id="prevthumb"></div>
diff --git a/apps/gallery/templates/view_album.php b/apps/gallery/templates/view_album.php
index c16ed69c065..00e891103f1 100644
--- a/apps/gallery/templates/view_album.php
+++ b/apps/gallery/templates/view_album.php
@@ -1,9 +1,9 @@
<?php
OCP\Util::addStyle('gallery', 'styles');
-OCP\Util::addscript('gallery', 'albums');
-OCP\Util::addscript('gallery', 'album_cover');
-OCP\Util::addscript('files_imageviewer', 'jquery.mousewheel-3.0.4.pack');
-OCP\Util::addscript('files_imageviewer', 'jquery.fancybox-1.3.4.pack');
+OCP\Util::addScript('gallery', 'albums');
+OCP\Util::addScript('gallery', 'album_cover');
+OCP\Util::addScript('files_imageviewer', 'jquery.mousewheel-3.0.4.pack');
+OCP\Util::addScript('files_imageviewer', 'jquery.fancybox-1.3.4.pack');
OCP\Util::addStyle( 'files_imageviewer', 'jquery.fancybox-1.3.4' );
$l = OC_L10N::get('gallery');
?>