Updated 2k11 to latest development snapshot.

This commit is contained in:
Matthias Mees 2011-11-30 07:55:11 +01:00
parent 4bf5327c64
commit ce68df713b
2 changed files with 2 additions and 11 deletions

View File

@ -6,16 +6,7 @@ if (IN_serendipity !== true) { die ("Don't hack!"); }
$serendipity['smarty']->assign(array('currpage' => "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'],
'currpage2' => $_SERVER['REQUEST_URI']));
function serendipity_plugin_api_event_hook($event, &$bag, &$eventData, $addData = null) {
global $serendipity;
switch($event) { case 'frontend_footer': echo '<!--PLUGIN API-->'; }
return true;
}
function serendipity_smarty_html5time($timestamp) {
return date("c", $timestamp);
}
function serendipity_smarty_html5time($timestamp) { return date("c", $timestamp); }
$serendipity['smarty']->register_modifier('serendipity_smarty_html5time', 'serendipity_smarty_html5time');
$template_config = array(

File diff suppressed because one or more lines are too long