From 446c17521a96943aeb8ebbc3f2aa0ab98c344a95 Mon Sep 17 00:00:00 2001
From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Fri, 2 Jun 2006 00:07:32 -0600
Subject: [PATCH] Changed order of header bar

---
 templates/default/header.tpl | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/templates/default/header.tpl b/templates/default/header.tpl
index 8da3598..6ccfdea 100644
--- a/templates/default/header.tpl
+++ b/templates/default/header.tpl
@@ -8,12 +8,6 @@
 					<a href="{link_hometeaching}">{lang_hometeaching}</a>
 					&nbsp;
                                         &nbsp;
-                                        <a href="{link_activity}">{lang_activity}</a>
-					&nbsp;
-					&nbsp;
-					<a href="{link_participation}">{lang_participation}</a>
-					&nbsp;
-                                        &nbsp;
                                         <a href="{link_ppi}">{lang_ppi}</a>
 					&nbsp;
                                         &nbsp;
@@ -23,6 +17,12 @@
                                         <a href="{link_attendance}">{lang_attendance}</a>
 					&nbsp;
                                         &nbsp;
+                                        <a href="{link_activity}">{lang_activity}</a>
+					&nbsp;
+					&nbsp;
+					<a href="{link_participation}">{lang_participation}</a>
+					&nbsp;
+                                        &nbsp;
                                         <a href="{link_dir}">{lang_dir}</a>
 					&nbsp;
                                         &nbsp;
-- 
2.34.1