HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/keystud.komma-mediadesign.nl/wwwroot/app/controllers/c_keystud.class.php
<?php

class Keystud extends Controller
{
    public function __construct()
    {
        parent::__construct();
    }

    public function index()
    {

        $this->View->setData('page_title', 'Keystud | ' . SITE_NAME);

        $this->View->setData('page_id','keystud');
        $this->View->setData('page_name','keystud basic');
        $this->View->setData('js_output','<script type="text/javascript" src="' . SITE_ROOT . 'public/js/responsive_basic.js"></script>');
        $this->View->render('v_keystud');
    }
}