summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Simakov <akinoame1@gmail.com>2006-10-11 16:10:43 +0200
committerDenis Simakov <akinoame1@gmail.com>2006-10-11 16:10:43 +0200
commitd449b91262fde6aa47d0247435478d70677ec9f7 (patch)
tree724d25ad0c3325af1d7d37e7579ab08aa4472d15
parent1440e523e098b35c4446db5252809a52a68ca292 (diff)
downloadrpg-d449b91262fde6aa47d0247435478d70677ec9f7.tar.gz
rpg-d449b91262fde6aa47d0247435478d70677ec9f7.tar.bz2
docs update for tpl_button and tpl_actionlink
darcs-hash:20061011141043-3c565-9509bda5d864e0fbb42088d04d5b6f337dd18eb7.gz
-rw-r--r--inc/template.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/inc/template.php b/inc/template.php
index f601ce620..7dc08087d 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -339,6 +339,7 @@ function tpl_getparent($id){
* history - old revisions
* recent - recent changes
* login - login/logout button - if ACL enabled
+ * profile - user profile button (if logged in)
* index - The index
* admin - admin page - if enough rights
* top - a back to top button
@@ -346,6 +347,7 @@ function tpl_getparent($id){
* backtomedia - returns to the mediafile upload dialog
* after references have been displayed
* backlink - links to the list of backlinks
+ * subscription- subscribe/unsubscribe button
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>
@@ -449,15 +451,17 @@ function tpl_button($type){
*
* Available links are
*
- * edit - edit/create/show button
+ * edit - edit/create/show link
* history - old revisions
* recent - recent changes
- * login - login/logout button - if ACL enabled
+ * login - login/logout link - if ACL enabled
+ * profile - user profile link (if logged in)
* index - The index
* 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
+ * top - a back to top link
+ * back - a back to parent link - if available
+ * backlink - links to the list of backlinks
+ * subscribe/subscription - subscribe/unsubscribe link
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>