diff options
author | Thomas Lange <code@nerdmind.de> | 2017-03-02 13:08:35 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-03-02 13:08:35 +0100 |
commit | 6f8a9a170536e4d5c32d4cbd751decd69cd5f462 (patch) | |
tree | 2189f820171c9372b252161ee0bb3fcd4e1742ad /template/standard/html/user/item.php | |
parent | 971f5497808849a3e589b99f2e284dd8e5c75725 (diff) | |
download | blog-6f8a9a170536e4d5c32d4cbd751decd69cd5f462.tar.gz blog-6f8a9a170536e4d5c32d4cbd751decd69cd5f462.tar.xz blog-6f8a9a170536e4d5c32d4cbd751decd69cd5f462.zip |
Permalink for user moved to the same position as the links for page and post items.
Diffstat (limited to 'template/standard/html/user/item.php')
-rw-r--r-- | template/standard/html/user/item.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/user/item.php b/template/standard/html/user/item.php index 78a757d..48a3e3e 100644 --- a/template/standard/html/user/item.php +++ b/template/standard/html/user/item.php @@ -10,8 +10,8 @@ <li class="item-list-li user"> <header> <h2> - <?=escapeHTML($USER['ATTR']['FULLNAME'])."\n"?> - <a class="brackets info" href="<?=$USER['URL']?>"><?=escapeHTML($USER['ATTR']['USERNAME'])?></a> + <a href="<?=$USER['URL']?>"><?=escapeHTML($USER['ATTR']['FULLNAME'])?></a> + <span class="info brackets"><?=escapeHTML($USER['ATTR']['USERNAME'])?></span> </h2> </header> <article> |