Example #1
0
<?php

header('Content-Type: text/html; charset=utf-8');
require "inc/common.php";
$events = new Event();
$res = $events->getEventsByDate(date("Y-m-d", time() - 60 * 60 * 24));
$article = new Article();
$resart = $article->getArticles();
?>

<!DOCTYPE html>
<html>

<head>
	<title>Κρητών Δρώμενα: Πολιτισμός και Παραδόση σε ένα site</title>
	<meta name="description" content="Πολιτιστικές εκδηλώσεις, μουσικές βραδιές, κρητική παράδοση και όλα τα Γλέντια Κρητικών Πολιτιστικών Συλλόγων. Οι ομορφιές και η κουλτούρα της Κρήτης μας στο kritondromena.gr.">
	<meta name="keywords" content="Κρητικές εκδηλώσεις, δρώμενα και γλέντια">
	<meta name="page-topic" content="Κρητικές εκδηλώσεις, κείμενα Κρητικής κουλτούρας.">
	<?php 
require 'common_metas.php';
?>
</head>

<body>
	<?php 
require 'header.php';
?>
	
	<div class="container custom-container" align="center">
	  <div class="row">
	    <div class="col-md-9 main-landing-message1" style="padding-bottom:36px; margin-left:0px;margin-right:0px;">
<?php

include 'classes/event.php';
$event = new Event();
$id = urldecode($_POST['id']);
$event->getEventsByDate($id);