nextcloud/apps/files_imageviewer/appinfo/app.php

9 lines
162 B
PHP

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