mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
Use news_class on print page.
This commit is contained in:
@@ -563,7 +563,7 @@ class e_news_item extends e_front_model
|
||||
{
|
||||
protected $_db_table = 'news';
|
||||
protected $_field_id = 'news_id';
|
||||
protected $_cache_string = 'news_item_';
|
||||
protected $_cache_string = 'news_item_{ID}';
|
||||
|
||||
/**
|
||||
* Shortcodes - simple field getter (basic formatting)
|
||||
|
Reference in New Issue
Block a user