<?php

$adm2 = new swcnt_sadmin();
?>
<section class="content">
    <div class='box box-primary'>
        <div class='box-header'>
		
        </div>

        <div class='box-body'>
	     
	        <?php 
$table = new swcnt_tables();
$table->showformtable('add_newsletter');
?>
	                                      
       
        </div>
    </div>
</section>







<?php

$table = new swcnt_tables();
?>




<section class="content-header">
    <h1>Mailing list <small><?php 
echo _tr("All E-mails");
?>
 </small></h1>

    <ol class="breadcrumb">
        <li>
            <a href="./"><?php 
echo _tr("Admin");
?>
 </a>
        </li>

        <li class="active"><?php 
echo _tr("Mailing list");
?>
 </li>
    </ol>
</section>


<?php

$table = new swcnt_tables();
?>

<section class="content-header">
    <h1>Contact <small><?php 
echo _("All Messages");
?>
 </small></h1>

    <ol class="breadcrumb">
        <li>
            <a href="./"><?php 
echo _("Admin");
?>
 </a>
        </li>

        <li class="active"><?php 
echo _("Contact");
?>
 </li>
    </ol>
</section>