});
</script>
</head>
<body>
<!-- Header -->
	<?php 
include_once '../inc/header.php';
?>
	
<div class="block">
<div class="prod_container">
<div class="product_filter_vend_column">
<?php 
include_once "../compras/classes/class.compras.php";
$compras2 = new compras();
$compras2->select_all_vendedores_pub_eve();
?>
</div>		
	<div class="three_44">
<?php 
if ($_SESSION['msg_ok']) {
    echo '<div class="notify_ok"><p>' . $_SESSION['msg_ok'] . '</p></div>';
    unset($_SESSION['msg_ok']);
}
if ($_SESSION['msg_error']) {
    echo '<div class="notify_error"><p>' . $_SESSION['msg_error'] . '</p></div>';
    unset($_SESSION['msg_error']);
}
if ($_SESSION['msg_warning']) {
    echo '<div class="notify_warning"><p>' . $_SESSION['msg_warning'] . '</p></div>';
    unset($_SESSION['msg_warning']);