Changeset 28 for trunk/CustomOutput.php


Ignore:
Timestamp:
Sep 10, 2010, 8:09:48 AM (14 years ago)
Author:
george
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CustomOutput.php

    r22 r28  
    3939      $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Internet'), $this->System->Navigation->MakeLink('Main', 'Internet')).'</li>';
    4040      $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Hosting'), $this->System->Navigation->MakeLink('Main', 'Hosting')).'</li>';
     41      $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('VoIP'), $this->System->Navigation->MakeLink('Main', 'VoIP')).'</li>';
    4142      $Output .= '<li><a href="https://mail.zdechov.net/">Pošta</a></li>';
    4243      $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('NetworkHistory'), $this->System->Navigation->MakeLink('Main', 'History')).'</li>';
Note: See TracChangeset for help on using the changeset viewer.