View file application/routing/portal/guides.php

File size: 135B
<?PHP
	$_PAGE['name'] = getLang('routing_guides');
	
	tpl()
	->Start('sample')
	->Content(tpl()->Get('portal/guides'))
	->Show();