<?php
/*-----------------------------------------------*/
/* KENTOOZ FRAMEWORK
/* Version :1.0
/* You can add your own function here! 
/* But don't change anything in this file!
/*-----------------------------------------------*/

// Do not load directly...
if ( ! defined( 'ABSPATH' ) ) { die( 'Direct access forbidden.' ); }

// Get theme name
$themename = "karma";
$themeversion = "v 1.1.0";
$shortname = str_replace(' ', '_', strtolower($themename));
$documentation = "<a href=http://kentooz.com/karma-documentation/>Documentation online</a>";

// Load kentooz framework
require_once (TEMPLATEPATH . '/includes/init.php');
$kentooz_declare = new KENTOOZ();
$kentooz_declare->init();