A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: views/header.php

Line Number: 175

Backtrace:

File: /home4/mavenbmt/public_html/maventricksdemo.co.in/mercato_theme/application/views/header.php
Line: 175
Function: _error_handler

File: /home4/mavenbmt/public_html/maventricksdemo.co.in/mercato_theme/application/views/view_blog.php
Line: 1
Function: view

File: /home4/mavenbmt/public_html/maventricksdemo.co.in/mercato_theme/application/controllers/Blog.php
Line: 253
Function: view

File: /home4/mavenbmt/public_html/maventricksdemo.co.in/mercato_theme/index.php
Line: 315
Function: require_once

The basic file structure for your module will be divided into two sections, the admin and the catalog folders. The contents of each folder will follow the MVC-L framework respectively, with the difference that the admin will deal solely with backend functionality, and the catalog with frontend fu ...

Read More