mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-24 21:39:11 -04:00
Renamed more CSS selectors from gName to g-name.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<?= $theme->admin_header_top() ?>
|
||||
<ul id="g-login-menu">
|
||||
<li class="first"><?= html::anchor(item::root()->abs_url(), "← ".t("Back to the Gallery")) ?></li>
|
||||
<li id="g-logoutLink"><a href="<?= url::site("logout?csrf=$csrf&continue=" . urlencode(item::root()->url())) ?>"><?= t("Logout") ?></a></li>
|
||||
<li id="g-logout-link"><a href="<?= url::site("logout?csrf=$csrf&continue=" . urlencode(item::root()->url())) ?>"><?= t("Logout") ?></a></li>
|
||||
</ul>
|
||||
<a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>">
|
||||
← <?= t("back to the ...") ?>
|
||||
|
||||
Reference in New Issue
Block a user