diff --git a/data/%%AD^AD7^AD71B708%%rss.tpl.php b/data/%%AD^AD7^AD71B708%%rss.tpl.php index ea0d4da..64e3b8b 100644 --- a/data/%%AD^AD7^AD71B708%%rss.tpl.php +++ b/data/%%AD^AD7^AD71B708%%rss.tpl.php @@ -1,4 +1,4 @@ - version="1.0" encoding="UTF-8"'; ?> diff --git a/data/%%F7^F7F^F7F34188%%header.tpl.php b/data/%%F7^F7F^F7F34188%%header.tpl.php index 20ff3ca..b6bd88e 100644 --- a/data/%%F7^F7F^F7F34188%%header.tpl.php +++ b/data/%%F7^F7F^F7F34188%%header.tpl.php @@ -1,4 +1,4 @@ - diff --git a/docs/apihowto.php b/docs/apihowto.php new file mode 100644 index 0000000..4d5bc24 --- /dev/null +++ b/docs/apihowto.php @@ -0,0 +1,31 @@ +bind(); + } + + //howto + function bind() { + $form_action = $_SERVER['PHP_SELF']; + + $smarty = new Smarty; + $smarty->force_compile = true; + $smarty->compile_dir = SMARTY_COMPILE_DIRECTORY; + + $smarty->assign("page_title","API"); + $smarty->assign("menu_item","api"); + + $smarty->display('apihowto.tpl'); + } + +} + + + +?>