mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-26 08:20:58 +01:00
...
This commit is contained in:
parent
2f144e9d92
commit
c7f8d45385
@ -40,7 +40,8 @@
|
|||||||
'allowed_ext' => Array(),
|
'allowed_ext' => Array(),
|
||||||
'allowed_ext_files' => Array(),
|
'allowed_ext_files' => Array(),
|
||||||
'file_icons' => Array(),
|
'file_icons' => Array(),
|
||||||
'footer' => Array()
|
'footer' => Array(),
|
||||||
|
'stylesheets' => Array()
|
||||||
);
|
);
|
||||||
/* End ignore */
|
/* End ignore */
|
||||||
|
|
||||||
@ -482,11 +483,8 @@
|
|||||||
// $config['banner_height'] = 100;
|
// $config['banner_height'] = 100;
|
||||||
|
|
||||||
// Custom stylesheets available. The prefix for each stylesheet URI is defined below.
|
// Custom stylesheets available. The prefix for each stylesheet URI is defined below.
|
||||||
$config['stylesheets'] = Array(
|
$config['stylesheets']['Yotsuba B'] = 'default.css';
|
||||||
// Stylesheet name => URI
|
$config['stylesheets']['Yotsuba'] = 'yotsuba.css';
|
||||||
'Yotsuba B' => 'default.css',
|
|
||||||
'Yotsuba' => 'yotsuba.css'
|
|
||||||
);
|
|
||||||
// $config['stylesheets']['Futaba'] = 'futaba.css';
|
// $config['stylesheets']['Futaba'] = 'futaba.css';
|
||||||
|
|
||||||
// The prefix for each stylesheet URI. Defaults to $config['root']/stylesheets/
|
// The prefix for each stylesheet URI. Defaults to $config['root']/stylesheets/
|
||||||
@ -831,8 +829,6 @@
|
|||||||
$config['mod']['rawhtml'] = MOD;
|
$config['mod']['rawhtml'] = MOD;
|
||||||
|
|
||||||
/* Administration */
|
/* Administration */
|
||||||
// Display the contents of instance-config.php
|
|
||||||
$config['mod']['show_config'] = ADMIN;
|
|
||||||
// View the report queue
|
// View the report queue
|
||||||
$config['mod']['reports'] = JANITOR;
|
$config['mod']['reports'] = JANITOR;
|
||||||
// Dismiss an abuse report
|
// Dismiss an abuse report
|
||||||
@ -901,6 +897,11 @@
|
|||||||
// Delete news entries
|
// Delete news entries
|
||||||
$config['mod']['news_delete'] = ADMIN;
|
$config['mod']['news_delete'] = ADMIN;
|
||||||
|
|
||||||
|
// View the current configuration
|
||||||
|
$config['mod']['show_config'] = ADMIN;
|
||||||
|
// Edit the current configuration (via web interface)
|
||||||
|
$config['mod']['edit_config'] = ADMIN;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ====================
|
* ====================
|
||||||
* Other/uncategorized
|
* Other/uncategorized
|
||||||
|
Loading…
Reference in New Issue
Block a user