Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0005506 adjustment to atspaces theme header to add in breadcrumbs for…
… admin
  • Loading branch information
Greg committed Aug 9, 2014
1 parent bb0af78 commit 8e513a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/atspaces/include/header.tmpl.php
Expand Up @@ -280,7 +280,7 @@
</div>

</div>
<?php if (isset($_SESSION["prefs"]["PREF_SHOW_BREAD_CRUMBS"]) && $_SESSION["prefs"]["PREF_SHOW_BREAD_CRUMBS"]) { ?>
<?php if (isset($_SESSION["prefs"]["PREF_SHOW_BREAD_CRUMBS"]) && $_SESSION["prefs"]["PREF_SHOW_BREAD_CRUMBS"] || $_SESSION['course_id'] = -1) { ?>
<!-- the bread crumbs -->
<div class="crumbcontainer" role="navigation">
<div id="breadcrumbs" tabindex="0" aria-label="<?php echo _AT('breadcrumb_links'); ?>">
Expand Down

0 comments on commit 8e513a2

Please sign in to comment.