Ignore:
Timestamp:
Feb 22, 2015, 11:20:50 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Tabs converted to spaces.
  • Modified: Remove spaces from end of lines.
  • Added: Code format script.
File:
1 edited

Legend:

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

    r815 r816  
    1616  function Start()
    1717  {
    18         $this->System->RegisterMenuItem(array(
    19         'Title' => 'AoWoW',
    20         'Hint' => 'Vyhledávací databáze podobná WoWHead s překlady',
    21         'Link' => $this->System->Link('/aowow/'),
    22         'Permission' => LICENCE_ANONYMOUS,
    23         'Icon' => '',
     18    $this->System->RegisterMenuItem(array(
     19      'Title' => 'AoWoW',
     20      'Hint' => 'Vyhledávací databáze podobná WoWHead s překlady',
     21      'Link' => $this->System->Link('/aowow/'),
     22      'Permission' => LICENCE_ANONYMOUS,
     23      'Icon' => '',
    2424    ));
    2525    if(array_key_exists('Search', $this->System->ModuleManager->Modules))
Note: See TracChangeset for help on using the changeset viewer.