YaWK  24.1
Yet another WebKit
blog-comments.php File Reference

Go to the source code of this file.

Variables

print $lang ['BACK']
 
print $lang ['REFRESH']
 
 $res
 
if(!isset($blog)) if(!isset($language)||(!isset($lang))) if(isset($_GET['toggle'])) if(isset($_GET['deletecomment'])) if(isset($_GET['blogid'])) else
 
$blog icon = $blog->getBlogProperty($db, $blog->id, "icon")
 
$blog name = $blog->getBlogProperty($db, $blog->id, "name")
 

Variable Documentation

◆ $lang [1/2]

print $lang[ 'BACK']

Definition at line 107 of file blog-comments.php.

◆ $lang [2/2]

print $lang[ 'REFRESH']

Definition at line 105 of file blog-comments.php.

◆ $res

$res
Initial value:
= $db->query("SELECT * FROM {blog_comments}
WHERE blogid = '".$blog->id."' ".$sqlAddon." ORDER BY date_created DESC")
$blog
Definition: blog.php:122

Definition at line 129 of file blog-comments.php.

◆ else

if (!isset( $blog)) if (!isset( $language)||(!isset( $lang))) if (isset( $_GET[ 'toggle'])) if (isset( $_GET[ 'deletecomment'])) if (isset( $_GET[ 'blogid'])) else
Initial value:
{
$blog->id = 1

Definition at line 60 of file blog-comments.php.

◆ icon

$blog icon = $blog->getBlogProperty($db, $blog->id, "icon")

Definition at line 66 of file blog-comments.php.

Referenced by ready().

◆ name

$blog name = $blog->getBlogProperty($db, $blog->id, "name")

Definition at line 65 of file blog-comments.php.