add documentation

This commit is contained in:
mohrt
2001-01-04 20:33:27 +00:00
parent 41cb6435e1
commit 8bc22ec278
4 changed files with 873 additions and 8 deletions
+6
View File
@@ -12,4 +12,10 @@ $smarty->assign("Class",array(array("A","B","C","D"), array("E", "F", "G", "H"),
$smarty->display("./templates/index.tpl");
function insert_paginate()
{
echo "test paginate\n";
}
?>