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

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

Convert all php and tpl files in Unix format for my plugins.

File size: 406 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.