Skip to content

Commit

Permalink
Allowed to use the partial directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Mar 22, 2018
1 parent ff25458 commit ab0024c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/view/common/user-bar.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
$escape = $this->plugin('escapeHtml');
$this->headLink()->prependStylesheet($this->assetUrl('css/user-bar.css', 'Omeka'));
$this->headLink()->prependStylesheet('//fonts.googleapis.com/css?family=Source+Code+Pro|Lato:400,400italic,700,700italic');
if (!isset($user)) $user = $this->identity();
?>
<div id="user-bar">
<?php if ($user): ?>
Expand Down

0 comments on commit ab0024c

Please sign in to comment.