MINI Sh3ll
<?
$breadcrumb = [];
$breadcrumb[] = ['Home', SITE_ROOT_URL.'home/'];
if($urlparts[0] == 'home')
{
$page_title = 'Home';
$include_page_path = SITE_PAGE_PATH."home/admin-home.php";
}
else if($urlparts[0] == 'shortcodes' && isset($urlparts[1]) && $urlparts[1] == 'add-shortcode')
{
$page_title = 'Add Shortcode';
$include_page_path = SITE_PAGE_PATH."shortcodes/add-shortcode.php";
}
else if($urlparts[0] == 'shortcodes' && isset($urlparts[1]) && $urlparts[1] != '')
{
$page_title = 'Shortcode : 55757';
$include_page_path = SITE_PAGE_PATH."shortcodes/shortcode-details.php";
}
else if($urlparts[0] == 'shortcodes')
{
$page_title = 'Shortcodes';
$include_page_path = SITE_PAGE_PATH."shortcodes/shortcodes-listing.php";
}
else if($urlparts[0] == 'keywords')
{
$page_title = 'Keywords';
$include_page_path = SITE_PAGE_PATH."keywords/keywords-listing.php";
}
?>
OHA YOOOO