Updated 2k11 to latest development snapshot.
This commit is contained in:
parent
4bf5327c64
commit
ce68df713b
@ -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(
|
||||
|
2
templates/2k11/js/modernizr-2.0.6.min.js
vendored
2
templates/2k11/js/modernizr-2.0.6.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user