forked from leftypol/leftypol
news
This commit is contained in:
parent
99b1ffe35a
commit
d17e756881
4 changed files with 172 additions and 2 deletions
|
@ -402,6 +402,12 @@
|
|||
$config['mod']['public_ban'] = MOD;
|
||||
// Manage and install themes for homepage
|
||||
$config['mod']['themes'] = ADMIN;
|
||||
// Post news entries
|
||||
$config['mod']['news'] = ADMIN;
|
||||
// Custom name when posting news
|
||||
$config['mod']['news_custom'] = ADMIN;
|
||||
// Delete news entries
|
||||
$config['mod']['news_delete'] = ADMIN;
|
||||
|
||||
// Mod links (full HTML)
|
||||
// Correspond to above permission directives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue