|
194 | 194 | } |
195 | 195 | $ph['OnlineInfo'] = $html; |
196 | 196 |
|
197 | | - // include rss feeds for important forum topics |
198 | | - // Here you can set the urls to retrieve the RSS from. Simply add a $urls line following the numbering progress in the square brakets. |
| 197 | + // Include rss feeds for important forum topics |
| 198 | + // Here you can set the urls to retrieve the RSS from. Add a $urls line following the numbering progress in the square brackets. |
199 | 199 |
|
200 | | - $urls['modx_news_content'] = evo()->getConfig('rss_url_news'); |
201 | | - $urls['modx_security_notices_content'] = evo()->getConfig('rss_url_security'); |
| 200 | + $urls['evo_news_content'] = evo()->getConfig('rss_url_news'); |
| 201 | + $urls['evo_security_notices_content'] = evo()->getConfig('rss_url_security'); |
202 | 202 |
|
203 | 203 | // How many items per Feed? |
204 | 204 | $itemsNumber = 3; |
|
238 | 238 | $feedData[$section] = $output; |
239 | 239 | } |
240 | 240 |
|
241 | | - $ph['modx_security_notices_content'] = $feedData['modx_security_notices_content']; |
242 | | - $ph['modx_news_content'] = $feedData['modx_news_content']; |
| 241 | + $ph['evo_security_notices_content'] = $feedData['evo_security_notices_content']; |
| 242 | + $ph['evo_news_content'] = $feedData['evo_news_content']; |
243 | 243 |
|
244 | 244 | $ph['theme'] = evo()->getConfig('manager_theme'); |
245 | 245 | $ph['site_name'] = evo()->getPhpCompat()->entities(evo()->getConfig('site_name')); |
|
430 | 430 | 'cols' => 'col-sm-6', |
431 | 431 | 'icon' => 'fa-rss', |
432 | 432 | 'title' => '[%modx_news_title%]', |
433 | | - 'body' => '<div style="max-height:200px;overflow-y: scroll;padding: 1rem .5rem">[+modx_news_content+]</div>', |
| 433 | + 'body' => '<div style="max-height:200px;overflow-y: scroll;padding: 1rem .5rem">[+evo_news_content+]</div>', |
434 | 434 | 'hide' => '0', |
435 | 435 | ]; |
436 | 436 | } |
|
441 | 441 | 'cols' => 'col-sm-6', |
442 | 442 | 'icon' => 'fa-exclamation-triangle', |
443 | 443 | 'title' => '[%security_notices_title%]', |
444 | | - 'body' => '<div style="max-height:200px;overflow-y: scroll;padding: 1rem .5rem">[+modx_security_notices_content+]</div>', |
| 444 | + 'body' => '<div style="max-height:200px;overflow-y: scroll;padding: 1rem .5rem">[+evo_security_notices_content+]</div>', |
445 | 445 | 'hide' => '0', |
446 | 446 | ]; |
447 | 447 | } |
|
0 commit comments