summaryrefslogtreecommitdiff
path: root/modules/gallery/views/login_current_user.html.php
blob: 94525576d5210534312db5978314d3c926439ec0 (plain)
1
2
3
4
5
6
7
<?php defined("SYSPATH") or die("No direct script access.") ?>
<li>
  <? $name = $menu->label->for_html() ?>
  <? $hover_text = t("Your profile")->for_html_attr() ?>
  <?= t("Logged in as %name", array("name" => html::mark_clean(
        "<a href='$menu->url' title='$hover_text' id='$menu->id'>{$name}</a>"))) ?>
</li>