Changeset 53 for trunk/Modules/UMainModule.pas
- Timestamp:
- Jul 20, 2011, 10:50:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/UMainModule.pas
r52 r53 103 103 HtmlDocument.Scripts.Add(NavigationLink('/Style/' + Style + '/jquery.js')); 104 104 105 //Request.QueryParts.Count := 2;106 //Request.QueryParts[0] := 'uzivatel';107 //Request.QueryParts[1] := 'prihlaseni';105 Request.QueryParts.Count := 2; 106 Request.QueryParts[0] := 'uzivatel'; 107 Request.QueryParts[1] := 'prihlaseni'; 108 108 109 109 if Request.QueryParts.Count > 0 then PageName := Request.QueryParts[0] … … 269 269 Text := Text + '</ul>' + 270 270 '<ul class="MenuItem2">' + 271 //'<li>' + MakeLink('Přihlášení', NavigationLink('/uzivatel/prihlaseni/')) + '</li>';271 '<li>' + MakeLink('Přihlášení', NavigationLink('/uzivatel/prihlaseni/')) + '</li>' + 272 272 '<li></li>'; 273 273 // $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Translate('UserRegistration'), $this->System->MakeLink('UserList', 'Register')).'</li>';
Note:
See TracChangeset
for help on using the changeset viewer.