mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Menus laterales
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers\ServiciosDigitalizacion;
|
||||
namespace App\Controllers\Serviciosdigitalizacion;
|
||||
use App\Controllers\BaseController;
|
||||
|
||||
|
||||
@ -13,10 +13,7 @@ class Digitalizacion extends BaseController
|
||||
|
||||
public function index()
|
||||
{
|
||||
$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);
|
||||
echo 'Digitalización';
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user