From fe01bc6ab3dac0c84cfc510ee886f15fc12fbd6b Mon Sep 17 00:00:00 2001 From: memespring Date: Mon, 9 Apr 2007 16:26:05 +0000 Subject: [PATCH] whoops, missed a file --- data/%%AD^AD7^AD71B708%%rss.tpl.php | 2 +- data/%%F7^F7F^F7F34188%%header.tpl.php | 2 +- docs/apihowto.php | 31 ++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 docs/apihowto.php 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'); + } + +} + + + +?>