HEX
Server: Apache
System: Linux c119.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-dir.php
{if $post->hasOpenComments}
{ifset $themeOptions->advertising->showBox3}
<div id="advertising-box-3" class="advertising-box">
    {!$themeOptions->advertising->box3Content}
</div>
{/ifset}
{/if}

{if isset($closeable) && ($post->hasOpenComments)}
<div class="closeable">
	<div class="open-button item {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>
{/if}

<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}

{* translations for parameters *}

{capture $reviewNoun}{_x 'Comment', 'noun'}{/capture}
{capture $reviewLoggedIn}{!__ 'You must be <a href="%s">logged in</a> to post a comment.'|printf: wp_login_url(apply_filters('the_permalink', get_permalink()))}{/capture}
{capture $reviewLeave}{__ 'Leave a Comment'}{/capture}
{capture $reviewReplyTo}{__ 'Leave a Comment to %s'}{/capture}
{capture $reviewCancel}{__ 'Cancel Comment'}{/capture}
{capture $reviewPost}{__ 'Post Comment'}{/capture}

{commentForm
	comment_field => '<p class="comment-form-comment"><label for="comment">' . $reviewNoun . '</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>',
	must_log_in => '<p class="must-log-in">' .  $reviewLoggedIn . '</p>',
	title_reply => $reviewLeave,
	title_reply_to => $reviewReplyTo,
	cancel_reply_link => $reviewCancel,
	label_submit => $reviewPost
}

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

{if isset($closeable) && ($post->hasOpenComments)}
</div> 			<!-- /.closeable -->
{/if}