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