Afdichtingswerken Geubbelmans
Bvba
- Platte daken - PVC
- Platte daken - rubber
- Groendaken
- Zwembaden
Contactgegevens
Afdichtingswerken Geubbelmans
Pastoor Vaesstraat 6
2400 Mol
Belgiƫ
0496 62 62 01
014 70 54 33
Notice: Undefined index: action in /var/www/vhosts/aw-g.be/httpdocs/app/views/layouts/default.thtml on line 78
Missing Method in PaginasController
You are seeing this error because the action index is not defined in controller PaginasController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the PaginasController::index() in file : app/controllers/paginas_controller.php
<?php
class PaginasController extends AppController {
function index() {
}
}
?>