Welcome to mirror list, hosted at ThFree Co, Russian Federation.

app.php « appinfo « files_imageviewer « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc0059b8b663198df2e95a6c5635dcde30c7f163 (plain)
1
2
3
4
5
6
<?php

OC_UTIL::addScript( 'files_imageviewer', 'lightbox' );
OC_UTIL::addStyle( 'files_imageviewer', 'lightbox' );

?>