Changeset 12 for Common/Common.php
- Timestamp:
- Apr 7, 2020, 9:14:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Common.php
r11 r12 49 49 var $Page; 50 50 51 function __construct( )51 function __construct($System) 52 52 { 53 global $System;54 55 53 $this->ItemPerPage = $System->Config['Web']['ItemsPerPage']; 56 54 $this->Around = $System->Config['Web']['VisiblePagingItems'];
Note:
See TracChangeset
for help on using the changeset viewer.