Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/developers/editorsmenu.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/developers/editorsmenu.thtml')
-rw-r--r--site/app/views/elements/developers/editorsmenu.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/elements/developers/editorsmenu.thtml b/site/app/views/elements/developers/editorsmenu.thtml
index 88b664a..5405858 100644
--- a/site/app/views/elements/developers/editorsmenu.thtml
+++ b/site/app/views/elements/developers/editorsmenu.thtml
@@ -63,9 +63,9 @@ if (empty($mode)) {
<li<?=($page == 'logs') ? ' class="selected"' : ''?>><?=$html->link(___('Event Log', 'editorcp_menu_eventlog_link'), '/editors/logs')?></li>
<li<?=($page == 'reviewlog') ? ' class="selected"' : ''?>><?=$html->link(___('Review Log', 'editorcp_menu_reviewlog_link'), '/editors/reviewlog')?></li>
<li<?=($page == 'performance') ? ' class="selected"' : ''?>><?=$html->link(___('Performance'), '/editors/performance')?></li>
- <? if($this->controller->SimpleAcl->actionAllowed('Admin', 'EditorsMOTD', $this->controller->Session->read('User'))): ?>
+ <?php if($this->controller->SimpleAcl->actionAllowed('Admin', 'EditorsMOTD', $this->controller->Session->read('User'))): ?>
<li><?= $html->link(___('MOTD'), '/editors/motd') ?></li>
- <? endif ?>
+ <?php endif ?>
<li><?=$html->link(___('Back to Main', 'editorcp_menu_mainpage_link'), '/')?></li>
</ul>