diff --git a/private/lib/gui/GUIHandler.php b/private/lib/gui/GUIHandler.php
index 620e637..e414b87 100644
--- a/private/lib/gui/GUIHandler.php
+++ b/private/lib/gui/GUIHandler.php
@@ -261,7 +261,7 @@ class GUIHandler {
foreach(NotiziaModel::$NOTIZIE_CATEGORY as $category=>$data){
if($data["mainMenu"] && !$data["hidden"]){
?>
- | ">
+ |
TESTATA REGISTRATA PRESSO IL TRIBUNALE DI NAPOLI AUT. NR. 8 DEL 27 GENNAIO 2006
-
+
query("NotiziaModel",
array("status"=>NotiziaModel::STATUS_ACCEPTED),
@@ -311,37 +312,36 @@ class GUIHandler {
?>
-
-
Guarda anche
-
BANNER
-
BANNER
+
+
Guarda anche
+
BANNER
+
BANNER
+
+
+
+
-
-
-
-
Più Letti
-
+ 0){
+ foreach($lastsNews as $last){
+ $data = $mesi[date("n",$last->about->data->sec)]." ".date("Y",$last->about->data->sec);
+ $string = (strlen($last->titolo) > 103) ? substr($last->titolo,0,100).'...' : $last->titolo;?>
+
- 0){
- foreach($lastsNews as $last){
- $data = $mesi[date("n",$last->about->data->sec)]." ".date("Y",$last->about->data->sec);
- $string = (strlen($last->titolo) > 103) ? substr($last->titolo,0,100).'...' : $last->titolo;?>
-
-
-
-
-
-
Guarda anche
-
BANNER
-
BANNER
-
-
+
+
+
+
Guarda anche
+
BANNER
+
BANNER
+
+
id);
+ AnalyticsHelper::logPageImpression();
+
+ GUIHandler::generateHtmlHeaders();
+
+ }catch(GUIException $ex){
+ $error = $ex->getMessage();
+ }catch (Exception $exec){
+ $msg = LogModel::fromException($exec);
+ GlobalVariables::get("dao")->save($msg);
+
+ GUIHandler::redirect("index.php");
+ }
+?>
+
+
+
+
+
GERENZA
+

+
+

+
Direttore Responsabile
+
Antonio Pianelli
+
337848292
+

+
info@ifattidinapoli.it
+
TESTATA REGISTRATA PRESSO IL TRIBUNALE DI NAPOLI AUT. NR. 8 DEL 27 GENNAIO 2006
+
+
+
+
\ No newline at end of file
diff --git a/public/style/public.css b/public/style/public.css
index 1a10c05..e4b4a9d 100644
--- a/public/style/public.css
+++ b/public/style/public.css
@@ -359,4 +359,7 @@ body{font-family:lato, arial;}
.archivioDate{padding:5px 30px;}
-.archivioDate select, .archivioDate input{padding:2px 10px; margin:5px 5px 0px; border:solid #1a9ee9 1px;}
\ No newline at end of file
+.archivioDate select, .archivioDate input{padding:2px 10px; margin:5px 5px 0px; border:solid #1a9ee9 1px;}
+
+
+.contattiRedazione{text-align:center;font-size:23px;padding:10px 5px;}
\ No newline at end of file