mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Demo View
This commit is contained in:
@ -13,7 +13,11 @@ class Digitalizacion extends BaseController
|
||||
|
||||
public function index()
|
||||
{
|
||||
echo 'Digitalizacion';
|
||||
$uri = service('uri');
|
||||
$data['page_name'] = "Digitalizacion";
|
||||
$data['url'] = base_url() . $uri->getSegment(1) . '/' . $uri->getSegment(2);
|
||||
echo view(getenv('theme.path').'main/demo_view', $data);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user