NADA Map extension
- Copy the
mapfiles
folder to the root directory of your NADA installation - Install the Map_viewer NADA library:
Copy theapplication/libraries/Map_viewer
folder to{nada-root}/application/libraries/Map_viewer
- Install the custom homepage controller:
Copyapplication/controllers/custom/Homepage.php
to{nada-root}/application/controllers/custom/Homepage.php
- Install the custom homepage view:
Copyapplication/views/static/custom/home.php
to{nada-root}/application/views/static/custom/home.php
- Add the following rule to your routing configuration file
{nada-root}/application/config/routes.php
:$route['home'] = 'custom/homepage';