Ignore:
Timestamp:
Jun 2, 2013, 10:33:28 AM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Modul Search pro prohledávání obsahu.
File:
1 edited

Legend:

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

    r538 r541  
    2323    $this->Description = 'News and news groups management';
    2424    $this->Dependencies = array('User', 'Log', 'File');
     25    $this->SupportedModules = array('Search');
    2526  }
    2627 
     
    6566      ),
    6667    ));
    67    
     68    if($this->System->ModuleManager->ModulePresent('Search'))
     69    {
     70      $this->System->ModuleManager->Modules['Search']->RegisterSearch('Novinky', 'News', array('Title', 'Content'));
     71    }
    6872  }
    6973 
Note: See TracChangeset for help on using the changeset viewer.