HEX
Server: Apache
System: Linux c124.dattaweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: c1190199 (57165)
PHP: 7.4.33
Disabled: mail, system, shell, exec, system_exec, shell_exec, mysql_pconnect, passthru, popen, proc_open, proc_close, proc_nice, proc_terminate, proc_get_status, escapeshellarg, escapeshellcmd, eval, dl, imap_mail, libvirt_connect, gnupg_init, unsetenv, apache_setenv, pcntl_exec, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_get_handler, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_getpriority, pcntl_setpriority, pcntl_async_signals, opcache_get_status, opcache_reset, opcache_get_configuration
Upload Files
File: /home/c1190199/public_html/wp-content/themes/directory/Templates/comments.php
{if $post->hasOpenComments}
{ifset $themeOptions->advertising->showBox3}
<div id="advertising-box-3" class="advertising-box">
    {!$themeOptions->advertising->box3Content}
</div>
{/ifset}
{/if}

{ifset $closeable}
<div class="closeable">
	<div class="open-button {if $defaultState == 'opened'}comments-opened{else}comments-closed{/if}">
		<span class="close-comments-text" {if $defaultState == 'opened'}{else}style="display: none;"{/if}>{__ "Close Comments"}</span>
		<span class="show-comments-text" {if $defaultState == 'opened'}style="display: none;"{/if}>{__ "Show Comments"}</span>
	</div>
{/ifset}

<div id="comments">
{if !$post->isPasswordRequired}

	{if $post->comments}

		<h2 id="comments-title">
			{_n 'Comment', 'Comments', $post->commentsCount} ({$post->commentsCount})
		</h2>

		{include snippets/comments-pagination.php, location => 'above'}

		{listComments comments => $post->comments}
			{if $comment->type == 'pingback' or $comment->type == 'trackback'}
			<li class="post pingback">
				<p>
				{__ 'Pingback'}
				{!$comment->author->link}
				{editCommentLink $comment->id}
				</p>
			{else}

			<li class="{$comment->classes}">

				<article id="comment-{$comment->id}" class="comment">

					<div class="left controls clearfix">
						<div class="comment-avatar">{!$comment->author->avatar}</div>
					</div>

					<div class="body clearfix">
						<div class="arrow left"><!--  --></div>
						<div class="content ">

							<div>
								<span class="author vcard"><cite class="fn">{!$comment->author->nameWithLink}</cite></span><span class="eh">&nbsp;&nbsp;|&nbsp;&nbsp;</span><span class="date"><a href="{$comment->url}" class="comment-date"><time pubdate datetime="{$comment->date|date:'c'}">{date $comment->date} {_x 'at', 'comment publish time'} {date $comment->date, 'time'}</time></a></span>

								<div class="reply">
									{capture $replyTitle} {!__ 'Reply <span>&darr;</span>'} {/capture}
									{commentReplyLink $replyTitle, $comment->args, $comment->depth, $comment->id}
								</div>
								{editCommentLink $comment->id}
							</div>

							{if !$comment->approved}
								<em class="comment-awaiting-moderation">{__ 'Your comment is awaiting moderation.'}</em><br>
							{/if}
							{!$comment->content}
						</div>
					</div>

				</article>
			{/if}
		{/listComments}

		{include snippets/comments-pagination.php, location => 'below'}

	{elseif !$post->hasOpenComments && $post->type != 'page' && $post->hasSupportFor('comments')}

		<p class="nocomments">{__ 'Comments are closed.'}</p>

	{/if}

	{commentForm}

{else}
	<p class="nopassword">{__ 'This post is password protected. Enter the password to view any comments.'}</p>
{/if}
</div><!-- #comments -->

{ifset $closeable}
</div> 			<!-- /.closeable -->
{/ifset}