hi on the footer of every page, I have this at the very bottom? any ideas please? it worked fine when I did it locally?
addPreAction(new Action('common/seo_url')); // Router if (isset($request->get['route'])) { $action = new Action($request->get['route']); } else { $action = new Action('common/home'); } // Dispatch $controller->dispatch($action, new Action('error/not_found')); // Output $response->output(); ?>
Looks like your index.php file has and ending php tag in itTheSponge wrote:hi on the footer of every page, I have this at the very bottom? any ideas please? it worked fine when I did it locally?
addPreAction(new Action('common/seo_url')); // Router if (isset($request->get['route'])) { $action = new Action($request->get['route']); } else { $action = new Action('common/home'); } // Dispatch $controller->dispatch($action, new Action('error/not_found')); // Output $response->output(); ?>
Replace the index.php file from the zip
Who is online
Users browsing this forum: No registered users and 4 guests