13 lines
583 B
PHP
13 lines
583 B
PHP
<?php
|
|
|
|
define('ROOT_RELATIVE_URLS', true); // Use root relative URLs
|
|
define('REWRITE_URLS', true); // Use rewrites for theme assets and plugin folders
|
|
define('H5BP_HTACCESS', true); // Include the HTML5 Boilerplate .htaccess
|
|
define('POST_EXCERPT_LENGTH', 40);
|
|
define('BOOTSTRAP_RESPONSIVE', true);
|
|
define('WRAP_CLASSES', 'container');
|
|
define('CONTAINER_CLASSES', 'row');
|
|
define('MAIN_CLASSES', 'span8');
|
|
define('SIDEBAR_CLASSES', 'span4');
|
|
define('FULLWIDTH_CLASSES', 'span12');
|
|
define('GOOGLE_ANALYTICS_ID', ''); |