mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
fixes #279
This commit is contained in:
parent
1221a712f3
commit
369104c787
@ -35,7 +35,7 @@ $config['db_prefix'] = '';
|
||||
*
|
||||
* Which theme to use
|
||||
* Folder name in htdocs/themes/
|
||||
* Currently: default, bootstrap, gabdark, gabdark3, geocities, snowkat, stikkedizr, cleanwhite
|
||||
* Currently: default, bootstrap, gabdark, gabdark3, geocities, snowkat, stikkedizr, cleanwhite, i386
|
||||
*
|
||||
*/
|
||||
$config['theme'] = 'default';
|
||||
|
@ -104,7 +104,6 @@
|
||||
);
|
||||
if(! config_item('disable_keep_forever')) {
|
||||
$options['0'] = lang('exp_forever');
|
||||
$default_expiration = '0'; // forever
|
||||
}
|
||||
echo form_dropdown('expire', $options, $default_expiration, $expire_extra); ?>
|
||||
</div>
|
||||
|
@ -102,7 +102,6 @@
|
||||
);
|
||||
if(! config_item('disable_keep_forever')) {
|
||||
$options['0'] = lang('exp_forever');
|
||||
$default_expiration = '0'; // forever
|
||||
}
|
||||
echo form_dropdown('expire', $options, $default_expiration, $expire_extra); ?>
|
||||
</div>
|
||||
|
@ -104,7 +104,6 @@
|
||||
);
|
||||
if(! config_item('disable_keep_forever')) {
|
||||
$options['0'] = lang('exp_forever');
|
||||
$default_expiration = '0'; // forever
|
||||
}
|
||||
echo form_dropdown('expire', $options, $default_expiration, $expire_extra); ?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user