<?php
/**
* @package WordPress
* @subpackage DLight Child Theme
* Use to override functions in the functions.php DLight theme file.
* Declare a function you wish to override.
*
* EXAMPLE
*
* function darkone_setup_theme() {
* //write your own function darkone_setup_theme() function
* }
*
*
*/
?>