Server IP : 192.185.129.71 / Your IP : 18.222.30.84 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/application/views/admin/includes/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <?php $isRTL = (is_rtl() ? 'true' : 'false'); ?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>" dir="<?php echo ($isRTL == 'true') ? 'rtl' : 'ltr' ?>"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title><?php echo isset($title) ? $title : get_option('companyname'); ?></title> <?php echo app_compile_css(); ?> <?php render_admin_js_variables(); ?> <script> var totalUnreadNotifications = <?php echo $current_user->total_unread_notifications; ?>, proposalsTemplates = <?php echo json_encode(get_proposal_templates()); ?>, contractsTemplates = <?php echo json_encode(get_contract_templates()); ?>, billingAndShippingFields = ['billing_street', 'billing_city', 'billing_state', 'billing_zip', 'billing_country', 'shipping_street', 'shipping_city', 'shipping_state', 'shipping_zip', 'shipping_country' ], isRTL = '<?php echo $isRTL; ?>', taskid, taskTrackingStatsData, taskAttachmentDropzone, taskCommentAttachmentDropzone, newsFeedDropzone, expensePreviewDropzone, taskTrackingChart, cfh_popover_templates = {}, _table_api; </script> <?php app_admin_head(); ?> </head> <body <?php echo admin_body_class(isset($bodyclass) ? $bodyclass : ''); ?>> <?php hooks()->do_action('after_body_start'); ?>