mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
@@ -45,7 +45,7 @@ class list_news
|
|||||||
$bullet = $this->parent->getBullet($this->parent->settings['icon']);
|
$bullet = $this->parent->getBullet($this->parent->settings['icon']);
|
||||||
|
|
||||||
$list_caption = $this->parent->settings['caption'];
|
$list_caption = $this->parent->settings['caption'];
|
||||||
$list_display = (vartrue($this->parent->settings['open']) ? '' : 'none');
|
$list_display = (vartrue($this->parent->settings['open']) ? '' : LAN_NONE);
|
||||||
|
|
||||||
$qry = "
|
$qry = "
|
||||||
SELECT n.*, c.category_id AS news_category_id, c.category_name AS news_category_name, u.user_id AS news_author_id, u.user_name AS news_author_name
|
SELECT n.*, c.category_id AS news_category_id, c.category_name AS news_category_name, u.user_id AS news_author_id, u.user_name AS news_author_name
|
||||||
|
Reference in New Issue
Block a user