Sindbad~EG File Manager
<?php
/*
* Security : blocking direct access
* Source : http://codex.wordpress.org/Theme_Development#Template_Files
*/
defined('ABSPATH') or die("Access Restricted");
get_header();
$get_posts_style = mwp_option('mobile-posts-style');
if ($get_posts_style == 1) {
require_once( get_template_directory() . '/includes/archive/home-1.php' );
} elseif ($get_posts_style == 2) {
require_once( get_template_directory() . '/includes/archive/home-2.php' );
} elseif ($get_posts_style == 3) {
require_once( get_template_directory() . '/includes/archive/home-3.php' );
}
get_footer();
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists