This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/modules/gallery/views/login_current_user.html.php

8 lines
320 B
PHP

<?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>