summaryrefslogtreecommitdiffstats
path: root/apps/files_imageviewer/appinfo/app.php
blob: 50a7253e01b6ee243f2117b889c38e140180de57 (plain)
1
2
3
4
5
6
7
8
<?php

if(OC_APP::getCurrentApp()=='files'){
	OC_UTIL::addScript( 'files_imageviewer', 'lightbox' );
	OC_UTIL::addStyle( 'files_imageviewer', 'lightbox' );
}

?>