Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00fcdfed authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am 0b345f58: am 471f0cc8: am 243ffc5b: Merge "Build file breadcrumb from...

am 0b345f58: am 471f0cc8: am 243ffc5b: Merge "Build file breadcrumb from parentdirs keys, optionally linkify." into jb-mr2-docs

* commit '0b345f58':
  Build file breadcrumb from parentdirs keys, optionally linkify.
parents 7e258f11 0b345f58
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -26,7 +26,16 @@
</div> <!-- end api-info-block -->

<div id="jd-header" style="border:0;">
  <?cs var:relative ?>

<div id="pathCrumb">
<?cs each:item = parentdirs ?>
  <?cs if:pathCrumbLinks
    ?><a href="<?cs var:toroot ?><?cs var:item.Link ?>"><?cs var:item.Name ?></a> / 
  <?cs else
    ?><?cs var:item.Name ?> / <?cs /if ?>
<?cs /each ?>
</div>

  <h1 itemprop="name"><?cs var:page.title ?></h1>
</div>
<!-- end breadcrumb block -->