| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/members.emilyaddison.com/public_html/custom_assets/options/ |
Upload File : |
<?php
$pagename = $_SESSION['pagename'];
switch($pagename){
case 'login': $title = 'Login | '; break;
case 'dashboard': $title = 'Dashboard | '; break;
case 'options': $title = 'Theme Options | '; break;
case 'hero': $title = 'Hero/Slider Options | '; break;
case 'advanced': $title = 'Advanced Options | '; break;
}
checkLogin($pagename);
?><!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title><?php echo $title; ?> ZuzanaDesigns Theme Options</title>
<meta name="description" content="Zuzana Designs Theme Options">
<meta name="author" content="Miguel Tavares, miguel@zuzanadesigns.com">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script><![endif]-->
<!-- Mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<link href="assets/stylesheets/style.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://www.zuzanadesigns.com/wp-content/themes/zuzanadesign/images/favicon.ico" rel="icon" type="image/ico">
<link href="assets/javascripts/colorpicker/css/bootstrap-colorpicker.min.css" rel="stylesheet">
<script src="assets/javascripts/colorpicker/js/bootstrap-colorpicker.js"></script>
</head>
<body class='<?php if($pagename == 'login') { echo 'login'; } else { echo 'main page'; } ?>'>
<!--[if lt IE 7]><p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p><![endif]-->