Ignore:
Timestamp:
Sep 10, 2010, 8:09:21 AM (14 years ago)
Author:
george
Message:
  • Přidáno: Systém navigace pomocí "pěkných" URL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/lazarus/index.pas

    r25 r27  
    1414  with Application do
    1515  try
    16     RegisterPage('Main', MainPage);
     16    RegisterPage('internet', Internet);
     17    RegisterPage('hosting', Hosting);
     18    RegisterPage('historie', History);
     19    RegisterPage('dokumenty', Documents);
     20    RegisterPage('voip', VoIP);
     21    RegisterPage('odkazy', Links);
     22    RegisterPage('kontakt', Contact);
     23    RegisterPage('', About);
    1724    Run;
    1825  finally
Note: See TracChangeset for help on using the changeset viewer.