source: extensions/lightbox/admin/config_default.inc.php @ 3298

Last change on this file since 3298 was 3298, checked in by patdenice, 15 years ago

New extension added:
Lightbox (2.0.c)

File size: 422 bytes
Line 
1<?php
2
3$config_default = array(
4  'display_name'       => true,
5  'name_link'          => 'picture',
6  'display_arrows'     => true,
7  'all_cat'            => true,
8  'theme'              => 'clear',
9  'transition'         => 'elastic',
10  'transition_speed'   => '350',
11  'initial_width'      => '400px',
12  'initial_height'     => '400px',
13  'fixed_width'        => '',
14  'fixed_height'       => '',
15);
16
17?>
Note: See TracBrowser for help on using the repository browser.