Browse Source

Added a post-delete action for themes

This would be really useful for themes that focus on posts
pull/40/head
Dan Saunders 11 years ago
committed by Michael Foster
parent
commit
09388f6588
  1. 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…
Cancel
Save