Added 'broken links' script.
[cocanwiki.git] / templates / calendar_year.html
index cd8fee1..dad8bc5 100644 (file)
@@ -6,6 +6,14 @@
     <a href="/::next_yyyy::" class="cal_year_right" title="Next year">&gt;&gt;</a>
 </th>
 </tr>
+<tr class="cal_year_events">
+<td colspan="3" class="cal_year_events">
+Pages which link to this year:
+<ul>
+::table(events)::<li><a href="/::page::">::title_html::</a></li>::end::
+</ul>
+</td>
+</tr>
 <tr>
   <td class="cal_year_month">::month1::</td>
   <td class="cal_year_month">::month2::</td>
   <td class="cal_year_month">::month11::</td>
   <td class="cal_year_month">::month12::</td>
 </tr>
-<tr class="cal_year_events">
-<td colspan="3" class="cal_year_events">
-Pages which link to this year:
-<ul>
-::table(events)::<li><a href="/::page::">::title_html::</a></li>::end::
-</ul>
-</td>
-</tr>
 </table>
\ No newline at end of file