nextcloud/apps/files_imageviewer/appinfo/app.php

9 lines
162 B
PHP
Raw Normal View History

2011-06-04 22:43:32 +04:00
<?php
2011-07-29 23:36:03 +04:00
if(OC_App::getCurrentApp()=='files'){
OC_Util::addScript( 'files_imageviewer', 'lightbox' );
OC_Util::addStyle( 'files_imageviewer', 'lightbox' );
}
2011-06-04 22:43:32 +04:00
?>