aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/skeleton.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/skeleton.php b/templates/skeleton.php
index e0b03e4..9e27386 100644
--- a/templates/skeleton.php
+++ b/templates/skeleton.php
@@ -38,7 +38,7 @@ $settings = GlobalSettings::getInstance();
'/login' => __('navigation.login')
]]);
else: ?>
- <a href="/@/<?= $user->actor->handle ?>">
+ <a href="/@/<?= $user->actor->handle ?>" id="currentUserInfo">
<?php call_template('actor_avatar', ['actor' => $user->actor]) ?>
<?= $user->actor->displayName ?>
</a>