Files
ExpenseCount/app/webroot/blog/wp-content/themes/expense-blog/functions.php
2026-06-25 13:03:45 +06:00

13 lines
363 B
PHP

<?php
//including default setup for wordpress theme
include_once 'inc/expensecount_setup.php';
//including styles and javascript files for wordpress theme
include_once 'inc/expensecount_scripts.php';
//including icon functions for wordpress theme
include_once 'inc/icon-functions.php';
//including localization file
include_once 'inc/expensecount_locale.php';