View file application/routing/portal/guides.php
<?PHP
$_PAGE['name'] = getLang('routing_guides');
tpl()
->Start('sample')
->Content(tpl()->Get('portal/guides'))
->Show();
<?PHP
$_PAGE['name'] = getLang('routing_guides');
tpl()
->Start('sample')
->Content(tpl()->Get('portal/guides'))
->Show();