Adding breadcrumbs (fixes Bug 2031, "No way back home from about page")
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
bebd8961d9
commit
fdc82f6c56
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Koha › 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> › About Koha</div>
|
||||
|
||||
<div id="doc3" class="yui-t7">
|
||||
|
||||
|
|
Loading…
Reference in a new issue