server/apps/files_imageviewer/appinfo/app.php

9 lines
281 B
PHP
Raw Normal View History

2011-06-04 18:43:32 +00:00
<?php
2012-05-01 18:03:41 +00:00
OCP\Util::addscript( 'files_imageviewer', 'lightbox' );
OCP\Util::addscript('files_imageviewer', 'jquery.mousewheel-3.0.4.pack');
OCP\Util::addscript('files_imageviewer', 'jquery.fancybox-1.3.4.pack');
2012-05-01 07:49:22 +00:00
OCP\Util::addStyle( 'files_imageviewer', 'jquery.fancybox-1.3.4' );
2011-06-04 18:43:32 +00:00
?>