A clone of https://github.com/kre8tiv/Joseph-knows-best with community improvements.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
496 B
22 lines
496 B
<?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'); |
|
|
|
|
|
?>
|
|
|