8 lines
138 B
PHP

<?php
$data = array_merge($data, [
'title' => 'Welcome to Novaconium Index Page',
'pageclass' => 'novaconium'
]);
view('index');