forked from leftypol/leftypol
Added a post-delete action for themes
This would be really useful for themes that focus on posts
This commit is contained in:
parent
cdeccbb9ba
commit
09388f6588
1 changed files with 3 additions and 0 deletions
3
post.php
3
post.php
|
@ -75,6 +75,9 @@ if (isset($_POST['delete'])) {
|
|||
}
|
||||
|
||||
buildIndex();
|
||||
|
||||
|
||||
rebuildThemes('post-delete', $board['uri']);
|
||||
|
||||
$is_mod = isset($_POST['mod']) && $_POST['mod'];
|
||||
$root = $is_mod ? $config['root'] . $config['file_mod'] . '?/' : $config['root'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue