Changeset 970 for trunk/Packages/Common/Page.php
- Timestamp:
- Jul 17, 2024, 10:48:28 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Page.php
r912 r970 7 7 public string $ParentClass; 8 8 public bool $RawPage; 9 public bool $BasicHTML; 9 10 public $OnSystemMessage; 10 11 public string $Load; … … 15 16 parent::__construct($System); 16 17 $this->RawPage = false; 18 $this->BasicHTML = false; 17 19 $this->OnSystemMessage = array(); 18 20 $this->Title = "";
Note:
See TracChangeset
for help on using the changeset viewer.