webgui/docs/upgrades/templates-7.3.0/default-wiki-recent-changes.tmpl
JT Smith d67a28fee2 added wiki assets
added accordion javascript object
2006-11-27 18:59:24 +00:00

14 lines
412 B
Cheetah

#WikiRCTmpl000000000001
#create
#namespace:WikiMaster_recentChanges
#url:default-wiki-recent-changes
#title:Default Recent Changes
#menuTitle:Default Recent Changes
<tmpl_loop rc.days>
<h3><tmpl_var day.date></h3>
<ul><tmpl_loop day.entries>
<li><tmpl_var date> <tmpl_var time>: <a href="<tmpl_var viewLatest>"><tmpl_var title></a>
<tmpl_var actionNL> by <tmpl_var username></li>
</tmpl_loop></ul>
</tmpl_loop>