server/apps/files_imageviewer/appinfo/app.php
2011-07-29 21:36:03 +02:00

8 lines
162 B
PHP

<?php
if(OC_App::getCurrentApp()=='files'){
OC_Util::addScript( 'files_imageviewer', 'lightbox' );
OC_Util::addStyle( 'files_imageviewer', 'lightbox' );
}
?>