initial commit

This commit is contained in:
2026-06-25 13:03:45 +06:00
commit 4589f4a8d0
3229 changed files with 941958 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?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';