comunic/inc/helpers/callHelpers.php

15 lines
205 B
PHP
Raw Normal View History

2016-11-19 11:08:12 +00:00
<?php
/**
* Calling Helpers
*
* @author Pierre HUBERT
*/
//Config helper
include('configHelpers.php');
//Assets Help
include('assetsHelpers.php');
//3rdparty helper
include('thirdPartyHelpers.php');