Revision a6674a35302bc02415ba2fbcf85d56150e383444 authored by Kim Rutherford on 19 May 2011, 16:40:02 UTC, committed by Kim Rutherford on 19 May 2011, 16:40:02 UTC
1 parent af2212b
Raw File
breadcrumbs.mhtml
<div id="breadcrumbs">
  <a id="breadcrumbs-home-link" class="breadcrumbs-link" 
     href="<% $home_path %>" title="Go to the home page">
    Home page
  </a>
</div>


<%init>
my $home_path = $c->uri_for('/');
</%init>
back to top