]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/style/default.tmpl
Update copyright date
[oss-web.git] / in / style / default.tmpl
index 6ead91ce95f748aa582b51b88f7c167aabe3bcc0..c4d804694ad69355eeb0de9d194de43c9e006d0e 100644 (file)
@@ -42,7 +42,7 @@ ${body}
 
 <div id="topInfo"><p>
 <a href="http://www.titaniummirror.com">Corporate Website</a><br />
-support@this.domain
+oss@this.domain
 </p>
 <h2>${file.title}</h2>
 </div> <!-- close topInfo -->
@@ -99,7 +99,7 @@ support@this.domain
 
 <div class="articleListing">
 <%
-  recently = get_recently()
+  recently = get_recently(max_items = 20)
 %>
 % if len(recently) > 1:
   <h2>Recent Changes</h2>
@@ -133,8 +133,8 @@ ${self.contents()}
 <div id="footerInner" class="clearfix">
 
 <p class="copyright">
-Copyright (C) 2001-2009 Titanium Mirror, Inc. All Rights Reserved</p>
-<p>Last updated ${format_date(file.mtime)}</p>
+Copyright (C) 2001-2016 Titanium Mirror, Inc. All Rights Reserved</p>
+<p>This page last updated ${format_date(file.mtime)}</p>
 </div> <!-- close footerRight -->
 
 </div> <!-- close footer -->