diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-14 20:04:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-14 20:04:02 -0400 |
commit | 5a4c95cc352d6895c11542245981c62a5c003370 (patch) | |
tree | ff0fef8712951354ba105608829398aaa182cd20 /templates | |
parent | 8ff761afa24febdb280c672b3b31d6145990f050 (diff) |
enable action bar on misctemplates
So RecentChanges shows on the action bar there,
convert recentchanges to use new pageactions hook,
with compatability code to avoid breaking old templates.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 3bb7197f0..049d31ad5 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -61,9 +61,6 @@ <TMPL_IF EDITURL> <li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li> </TMPL_IF> -<TMPL_IF RECENTCHANGESURL> -<li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li> -</TMPL_IF> <TMPL_IF HISTORYURL> <li><a href="<TMPL_VAR HISTORYURL>">History</a></li> </TMPL_IF> |