ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

header-options.php (398B)


      1 <?php
      2 
      3 // presets options
      4 require_once get_template_directory() . "/inc/header-options/presets.php";
      5 
      6 // background options
      7 require_once get_template_directory() . "/inc/header-options/background.php";
      8 // content options
      9 require_once get_template_directory() . "/inc/header-options/content.php";
     10 
     11 // navigation options
     12 require_once get_template_directory() . "/inc/header-options/navigation.php";
     13