| 14 |  |  | 
| 15 | $contentkeyname = (isset($_GET['ck']) ? $_GET['ck'] : ''); | $contentkeyname = (isset($_GET['ck']) ? $_GET['ck'] : ''); | 
| 16 |  |  | 
| 17 |  | $language_id = (isset($_GET['li']) ? $_GET['li'] : ''); | 
| 18 |  |  | 
| 19 | $outputtype = (isset($_GET['ot']) ? $_GET['ot'] : ''); | $outputtype = (isset($_GET['ot']) ? $_GET['ot'] : ''); | 
| 20 |  |  | 
| 21 | //------------------------------------------------------------------------------ | //------------------------------------------------------------------------------ | 
| 22 |  |  | 
| 23 | if(!$contentkeyname) $contentkeyname = 'Home'; | if(!$contentkeyname) $contentkeyname = 'Home'; | 
| 24 |  |  | 
| 25 |  | if(!$language_id) $language_id = 1; | 
| 26 |  |  | 
| 27 | if(!$outputtype) $outputtype = 'html'; | if(!$outputtype) $outputtype = 'html'; | 
| 28 |  |  | 
| 29 | //------------------------------------------------------------------------------ | //------------------------------------------------------------------------------ | 
| 43 | default: | default: | 
| 44 |  |  | 
| 45 | // Generate a HTML page: | // Generate a HTML page: | 
| 46 | common_page($contentkeyname); | common_page($contentkeyname, $language_id); | 
| 47 |  |  | 
| 48 | } | } | 
| 49 |  |  |