Skip to content

Instantly share code, notes, and snippets.

<?php
global $k_option;
load_theme_textdomain( 'newscast' );
//####################################################################
// Define Thumbnail sizes
//####################################################################
$k_option[ 'custom' ][ 'imgSize' ][ 'base' ] = array(
'width' => 267,
'height' => 180
); // backend preview size, if changed does not affect the frontend
@eastofnyc
eastofnyc / gist:5048363
Created February 27, 2013 14:41
include_framework.php
<?php
##########################################################################################
# CONFIG
##########################################################################################
define('FRAMEWORK_VERSION', '2.1');
##########################################################################################