mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Update view_shortcodes.php
This commit is contained in:
@@ -804,7 +804,7 @@ function sc_buttonsx()
|
||||
}
|
||||
$replyUrl = "<a class='btn btn-primary".($url ?"":" disabled")."' "
|
||||
.($url?"":" data-toggle='tooltip' title='".LAN_FORUM_0046."'
|
||||
style='cursor: not-allowed; pointer-events: all !important;'")." href='".($url ?:"#")."'>".LAN_FORUM_2006."</a>";
|
||||
style='cursor: not-allowed; pointer-events: all !important;'")." href='".($url ?:"#")."'>".LAN_FORUM_2006."</a>".($url?"":"<span></span>");
|
||||
|
||||
if ($forum->checkPerm($this->var['thread_forum_id'], 'post'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user