Revision 33
Added by ryan about 20 years ago
| trunk/wb/modules/news/rss.php | ||
|---|---|---|
| 28 | 28 |
require_once(WB_PATH.'/framework/class.database.php'); |
| 29 | 29 |
require_once(WB_PATH.'/framework/class.frontend.php'); |
| 30 | 30 |
$database = new database(); |
| 31 |
$wb = new frontend(); |
|
| 31 | 32 |
$wb->get_page_details(); |
| 32 | 33 |
$wb->get_website_settings(); |
| 33 | 34 |
|
Also available in: Unified diff
Added frontend class initialisation code to RSS script