<?php

function getShopBasePath() {
    return dirname(__FILE__) . '/';
}

function isAdmin() {
    return false;
}

// custom functions file
include getShopBasePath() . 'modules/functions.php';

// Generic utility method file
require_once getShopBasePath() . 'core/oxfunctions.php';

$config = oxConfig::getInstance();

oxDb::getInstance()->updateViews();