Version 1.3 ()
------------------------------------------------------------------------
+ * Added new event-hooks 'backend_directory_delete' and
+ 'backend_directory_createoptions' to the backend.
+ (garvinhicking)
+
* Updated statistics plugin to contain per week/day visitors.
(roti)
printf(ERROR_NO_DIRECTORY, $new_dir);
}
+ serendipity_plugin_api::hook_event('backend_directory_delete', $new_dir);
+
break;
case 'directoryEdit':
</select>
</td>
</tr>
+ <?php serendipity_plugin_api::hook_event('backend_directory_createoptions', $folders); ?>
</table>
<div><input name="SAVE" value="<?php echo CREATE_DIRECTORY ?>" class="serendipityPrettyButton input_button" type="submit"></div>
</form>