Commit 2194c4d0 authored by platyhouse's avatar platyhouse

.

parent 85643a0e
......@@ -134,7 +134,7 @@
<img class="img-circle img-sm" src="<?= $commentItem->user_profileImageUrl ?>" alt="User Image">
<div class="comment-text">
<span class="username">
<a href="<?=PLATYFRAMEWORK_APPURL?>/user/list/edit/?id=<?=$commentItem->userId?>"><?= $commentItem->user_nickName ?> (ID : <?= $commentItem->user_userId ?>)</a>
<a href="<?=PLATYFRAMEWORK_APPURL?>/user/list/edit/?id=<?=$commentItem->userId?>"><? if ($commentItem->user_enabled == 0) echo "<del>{$commentItem->user_nickName} (ID : {$commentItem->user_userId}</del>"; else echo "{$commentItem->user_nickName} (ID : {$commentItem->user_userId})"; ?></a>
<span class="text-muted pull-right"><?= $commentItem->regDateTime ?></span>
</span>
<? if ($commentItem->enabled) { ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment