6 lines
No EOL
282 B
PHP
6 lines
No EOL
282 B
PHP
<?php
|
|
include get_template_directory().'/functions/theme_setup.php';
|
|
include get_template_directory().'/functions/theme_css_js.php';
|
|
include get_template_directory().'/functions/theme_widgets.php';
|
|
include get_template_directory().'/functions/filter_comment.php';
|
|
?>
|