[Koha-patches] [PATCH] Adding breadcrumbs (fixes Bug 2031, "No way back home from about page")

Owen Leonard oleonard at myacpl.org
Tue Apr 22 17:05:36 CEST 2008


---
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl
index 142df2f..068ae93 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl
@@ -1,9 +1,6 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
 <title>Koha &rsaquo; About Koha</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-</head>
-<body>
-<!-- TMPL_INCLUDE NAME="header.inc" -->
 <script type="text/javascript">
 //<![CDATA[
 
@@ -12,6 +9,11 @@
      });
 //]]>
 </script>
+</head>
+<body>
+<!-- TMPL_INCLUDE NAME="header.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
 
 <div id="doc3" class="yui-t7">
    
-- 
1.5.2.1




More information about the Koha-patches mailing list