Changeset 969 for trunk/templates
- Timestamp:
- 03/24/07 15:25:40 (20 months ago)
- Files:
-
- 1 modified
-
trunk/templates/recent_changes.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/recent_changes.tt
r867 r969 3 3 4 4 <div id="content"> 5 [% INCLUDE navbar.tt %] 5 6 [% IF !config.content_above_navbar_in_html %] 7 [% INCLUDE navbar.tt %] 8 [% END %] 9 6 10 <div id="maincontent"> 7 11 <h2>Recent site changes</h2> … … 82 86 </div> 83 87 84 <p> 85 This list is available as a 86 <a href="[% cgi_url %]?action=rc;format=rss">rss feed</a> 87 and as an 88 <a href="[% cgi_url %]?action=rc;format=atom">atom feed</a>. 89 </p> 88 [% IF config.content_above_navbar_in_html %] 89 [% INCLUDE navbar.tt %] 90 [% END %] 91 92 <div id="recent_changes_feeds"> 93 <p> 94 This list is available as a 95 <a href="[% cgi_url %]?action=rc;format=rss">rss feed</a> 96 and as an 97 <a href="[% cgi_url %]?action=rc;format=atom">atom feed</a>. 98 </p> 99 </div> 100 90 101 [% INCLUDE footer.tt %]
