Ignore:
Timestamp:
May 2, 2016, 11:02:45 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Updated latest information.
  • Fixed: Show ZdechovNET main page instead of Portal main page.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/ZdechovNET/UModuleZdechovNET.pas

    r108 r115  
    319319      '<li><a href="http://wiki.zdechov.net/">Wiki</a></li>' +
    320320      '</ul><ul class="MenuItem2">'; //<li>&nbsp;</li>';
    321     if Assigned(ModuleBase.Pages.FindByName('uzivatel')) then begin
     321    if False and Assigned(ModuleBase.Pages.FindByName('uzivatel')) then begin
    322322      if ModuleUser.UserOnline.User = UnknownUser then begin
    323323        Text := Text + '</ul>' +
     
    343343  I: Integer;
    344344  TitleTag: THtmlString;
     345  TopMenuTag: THtmlString;
    345346begin
    346347  with ASession do begin
Note: See TracChangeset for help on using the changeset viewer.