Changeset 908 for trunk/Modules/News/NewsPage.php
- Timestamp:
- May 1, 2021, 10:01:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/NewsPage.php
r887 r908 350 350 } else 351 351 { 352 $Output = 'Vytvořte si vlastní RSS kanál, díky kterému budete moci automaticky sledovat novinky pomocí vaší RSS čtečky. Informace o technologii RSS a programech pro čtení kanálů najdete např. <a href="http://www.lupa.cz/clanky/prehled-rss-ctecek/">zde</a><br />'. 352 $Output = 'Vytvořte si vlastní RSS kanál, díky kterému budete moci automaticky sledovat novinky pomocí vaší RSS čtečky. '. 353 'Informace o technologii RSS a programech pro čtení kanálů najdete např. <a href="https://www.lupa.cz/clanky/prehled-rss-ctecek/">zde</a><br />'. 353 354 '<br />Kategorie:<br />'; 354 355 $Output .= '<form action="?build=1" method="post">'; … … 458 459 $Items[] = array( 459 460 'Title' => $Categories[$Row['Category']].' - '.$Row['Title'], 460 'Link' => 'http ://'.$this->System->Config['Web']['Host'].'/aktuality/?category='.$Row['Category'],461 'Link' => 'https://'.$this->System->Config['Web']['Host'].'/aktuality/?category='.$Row['Category'], 461 462 'Description' => $Row['Content'].' ('.$Author.')'.$EnclosuresText, 462 463 'Time' => $Row['UnixTime'], … … 466 467 $RSS = new RSS(); 467 468 $RSS->Title = $this->System->Config['Web']['Title'].' - Aktuality'; 468 $RSS->Link = 'http ://'.$this->System->Config['Web']['Host'].'/';469 $RSS->Link = 'https://'.$this->System->Config['Web']['Host'].'/'; 469 470 $RSS->Description = 'Aktuality '.$this->System->Config['Web']['Description']; 470 471 $RSS->WebmasterEmail = $this->System->Config['Web']['AdminEmail'];
Note:
See TracChangeset
for help on using the changeset viewer.