<!DOCTYPE html>
<?php 
include 'class/smstext.class.php';
$smstext = new smstext();
$total_sent = $smstext->countSentSMS();
// total sent SMSs
$total_draft = $smstext->countDraftSMS();
// total SMSs
$data = $smstext->getSentSms();
// return send SMS no drafts
?>
<html>
  <head>
    <title>SMSAPP | Mailbox</title>
    <?php 
include "includes/_metaheader.php";
?>
    <?php 
include "includes/_csslinks.php";
?>
    <!-- DataTables -->
    <link rel="stylesheet" href="plugins/datatables/dataTables.bootstrap.css">
    <!-- fullCalendar 2.2.5-->
    <link rel="stylesheet" href="plugins/fullcalendar/fullcalendar.min.css">
    <link rel="stylesheet" href="plugins/fullcalendar/fullcalendar.print.css" media="print">
    <!-- iCheck -->
    <link rel="stylesheet" href="plugins/iCheck/flat/blue.css">
   
  </head>
  <body class="hold-transition skin-blue sidebar-mini">
    <div class="wrapper">