Added a post-delete action for themes

This would be really useful for themes that focus on posts
This commit is contained in:
Dan Saunders 2013-08-25 23:23:02 -04:00 committed by Michael Foster
parent cdeccbb9ba
commit 09388f6588

View File

@ -75,6 +75,9 @@ if (isset($_POST['delete'])) {
} }
buildIndex(); buildIndex();
rebuildThemes('post-delete', $board['uri']);
$is_mod = isset($_POST['mod']) && $_POST['mod']; $is_mod = isset($_POST['mod']) && $_POST['mod'];
$root = $is_mod ? $config['root'] . $config['file_mod'] . '?/' : $config['root']; $root = $is_mod ? $config['root'] . $config['file_mod'] . '?/' : $config['root'];