Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 16th, 2012  |  syntax: None  |  size: 0.42 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Can not get sugar to notice my entrypoint of module
  2. class WowproductsViewList extends ViewList
  3. {
  4.     public function display()
  5.     {
  6.         echo 'test';
  7.         $GLOBALS['mod_strings'] = return_module_language($GLOBALS['current_language'], 'Calendar');
  8.         //require_once('modules/Calendar/index.php');
  9.     }
  10. }
  11.        
  12. index.php?module=Wowproducts&action=index
  13.        
  14. function WowProductsViewList()
  15. {
  16.     parent::ViewList();
  17. }