You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
496 B
PHP
23 lines
496 B
PHP
<?php
|
|
/*
|
|
Author: Benjamin Jopen
|
|
URL: htp://kre8tiv.de
|
|
|
|
/************* INCLUDE FILES ***************/
|
|
|
|
|
|
|
|
if ( ! isset( $content_width ) ) $content_width = 783;
|
|
|
|
|
|
require_once('functions/theme-functions.php');
|
|
require_once('functions/theme-sidebars.php');
|
|
require_once('functions/theme-comments.php');
|
|
require_once('functions/theme-shortcodes.php');
|
|
require_once('functions/admin-dashboard.php');
|
|
require_once('functions/theme-posttypes.php');
|
|
require_once('functions/theme-metaboxes.php');
|
|
|
|
|
|
?>
|