diff options
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/lightbox.php | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/views/default/css/lightbox.php b/views/default/css/lightbox.php index b96d9cb05..e18c02bf8 100644 --- a/views/default/css/lightbox.php +++ b/views/default/css/lightbox.php @@ -1,11 +1,27 @@ <?php /** - * Colorbox lightbox CSS. + * Colorbox -- Stylesheet * * Used as a view because we need to pass a full URL to AlphaImageLoader. * - * @package Elgg.Core - * @subpackage UI + * @package Lorea + * @subpackage Colorbox + * + * Copyright 2011-2012 Lorea Faeries <federation@lorea.org> + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/>. */ $jquery_path = elgg_get_site_url() . 'mod/colorbox/vendors/jquery/'; |