Aaron Parecki
6 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
1 additions and
1 deletions
-
views/layout.php
|
|
@ -71,7 +71,7 @@ |
|
|
|
<div class="nav"> |
|
|
|
<ul class="nav navbar-nav"> |
|
|
|
|
|
|
|
<?php if(session('me')) { ?>
|
|
|
|
<?php if(session('me') && isset($this->user)) { ?>
|
|
|
|
<?php if(supports_post_type($this->user, 'article')): ?>
|
|
|
|
<li><a href="/editor">📄 Editor</a></li> |
|
|
|
<?php endif; ?>
|
|
|
|