Closed (fixed)
Project:
Scholarly Lite
Version:
7.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Bug report
Issue tags:
Reporter:
Created:
18 Nov 2014 at 03:55 UTC
Updated:
13 Dec 2015 at 20:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
federico commentedbump
Comment #2
bohz commentedYes, it seems the breadcrumbs have been left out from page.tpl.php.
inserting
<?php print $breadcrumb; ?>with the proper markup will in fact render the breadcrumb trail.Comment #3
sbikas commentedYes, bohz!
This is what I did to render breadcrumb as in demo. Put it in page.tpl.php (after the header block).
Comment #4
Anonymous (not verified) commentedA patch that fixes the issue.
Comment #5
Anonymous (not verified) commentedComment #6
Anonymous (not verified) commentedPlease note that this patch conflicts with valid-html-markup-patch3-2545850-6.patch. So it is best to apply breadcrumb-2377109-4.patch first, and then to manually insert the three minor changes of the other patch.
Comment #7
gtsopour commentedhttp://cgit.drupalcode.org/scholarly_lite/commit/?id=40a41c4