server/apps/files_imageviewer/appinfo/app.php

9 lines
162 B
PHP
Raw Normal View History

2011-06-04 18:43:32 +00:00
<?php
if(OC_APP::getCurrentApp()=='files'){
OC_UTIL::addScript( 'files_imageviewer', 'lightbox' );
OC_UTIL::addStyle( 'files_imageviewer', 'lightbox' );
}
2011-06-04 18:43:32 +00:00
?>