Ignore:
Timestamp:
Jun 25, 2020, 10:21:26 AM (4 years ago)
Author:
chronos
Message:
  • Fixed: Import of news from zdechov.cz and obec-hovezi.cz.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/News/News.php

    r874 r878  
    22
    33include_once(dirname(__FILE__).'/NewsPage.php');
     4include_once(dirname(__FILE__).'/NewsSource.php');
     5include_once(dirname(__FILE__).'/Import/Vismo.php');
    46
    57function CategoryItemCompare($Item1, $Item2)
     
    3739  {
    3840    $this->System->RegisterPage('aktuality', 'PageNews');
     41    $this->System->RegisterPage(array('aktuality', 'aktualizace'), 'PageNewsUpdate');
    3942    $this->System->FormManager->RegisterClass('News', array(
    4043      'Title' => 'Aktualita',
Note: See TracChangeset for help on using the changeset viewer.