Files
inwestprofil.eu/autoload/class.Page.php
Roman Pyrih 197675d958 first commit
2026-02-03 13:33:04 +01:00

9 lines
109 B
PHP

<?php
class Page
{
// pobierz rodzaj sortowania
static public function getPageSort( $page_id )
{
}
}