Ignore:
Timestamp:
Jun 18, 2013, 7:23:39 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Slovníček přepracován na aplikační modul.
  • Upraveno: Do hlavní levé nabídky mohou nyní moduly přidávat nové položky.
File:
1 edited

Legend:

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

    r547 r548  
    2222        $this->Log();
    2323        $this->System->RegisterPage('banners.php', 'PageReferrer');
     24        $this->System->RegisterMenuItem(array(
     25        'Title' => 'Propagace',
     26        'Hint' => 'Informace k propagaci tohoto projektu',
     27        'Link' => $this->System->Link('/banners.php'),
     28        'Permission' => LICENCE_ANONYMOUS,
     29        'Icon' => '',
     30    ));
    2431  }
    2532 
Note: See TracChangeset for help on using the changeset viewer.