Ignore:
Timestamp:
May 1, 2016, 11:13:57 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Build under FPC 3.0 and Lazarus 1.6.
  • Modified: Updated internet tariffs page.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Portal/UModulePortal.pas

    r108 r114  
    253253
    254254      TitleTag := THtmlString.Create;
    255       TitleTag.Text := ShowHeader(ASession);
     255      //TitleTag.Text := ShowHeader(ASession);
    256256      HtmlDocument.Body.SubItems.Insert(0, TitleTag);
    257257      TitleTag := THtmlString.Create;
    258258      TitleTag.Text := ShowFooter(ASession);
    259       HtmlDocument.Body.SubItems.Add(TitleTag);
     259      HtmlDocument.Body.SubItems.Insert(0, TitleTag);
    260260      //Page.Page.OnProduce(HandlerData);
    261261      HtmlDocument.Title := Page.Caption;
     
    275275function TModulePortal.ShowFooter(Session: TWebSession): string;
    276276begin
     277  Result := '';
    277278  //Time := Round(Now - $ScriptTimeStart, 2);
    278279  Result := Result + '<div id="Footer">' +
Note: See TracChangeset for help on using the changeset viewer.