Please read http://board.s9y.org/viewtopic.php?f=11&t=19916 Choosing those templates will probably currently result in errors that need to be addressed.
7 lines
199 B
PHP
7 lines
199 B
PHP
<?php
|
|
if (IN_serendipity !== true) { die ("Don't hack!"); }
|
|
|
|
@serendipity_plugin_api::load_language(dirname(__FILE__));
|
|
|
|
$serendipity['smarty']->assign('testvar', 'this is parsed [no api js hook!');
|