summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-08-27 14:22:57 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-08-27 14:22:57 +0200
commitbbd379389e72b6be1a4890d5fe9c4d0bdc2535a4 (patch)
tree99351fd53f4db7d33212b0b760194eb2c274f2fe
parent6bd812df210e8b6d49f488e04f68f83ca8f1e610 (diff)
downloadrpg-bbd379389e72b6be1a4890d5fe9c4d0bdc2535a4.tar.gz
rpg-bbd379389e72b6be1a4890d5fe9c4d0bdc2535a4.tar.bz2
comment additions
darcs-hash:20050827122257-7ad00-a69f022b248a3ac2d234b5c25eb4bdcf917851b4.gz
-rw-r--r--inc/template.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/inc/template.php b/inc/template.php
index 5a51d5eba..a48202e96 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -299,16 +299,17 @@ function tpl_getparent($ID){
*
* Available Buttons are
*
- * edit - edit/create/show button
- * history - old revisions
- * recent - recent changes
- * login - login/logout button - if ACL enabled
- * index - The index
- * admin - admin page - if enough rights
+ * edit - edit/create/show button
+ * history - old revisions
+ * recent - recent changes
+ * login - login/logout button - if ACL enabled
+ * index - The index
+ * admin - admin page - if enough rights
* top - a back to top button
* back - a back to parent button - if available
* backtomedia - returns to the mediafile upload dialog
* after references have been displayed
+ * backlink - links to the list of backlinks
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>
@@ -389,6 +390,7 @@ function tpl_button($type){
* admin - admin page - if enough rights
* top - a back to top button
* back - a back to parent button - if available
+ * backlink - links to the list of backlinks
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>