allineato index alle modifiche sulla 0.7
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 29 Aug 2007 08:28:06 +0000 (08:28 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 29 Aug 2007 08:28:06 +0000 (08:28 +0000)
web/index.php

index 98f1ac2..74d9495 100644 (file)
@@ -2,7 +2,7 @@
 /*
  *  brisk - index.php
  *
- *  Copyright (C) 2006 matteo.nastasi@milug.org
+ *  Copyright (C) 2006-2007 matteo.nastasi@milug.org
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -32,9 +32,7 @@ log_load($sess, "LOAD: index.php");
 function main()
 {
   GLOBAL $sess, $name, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER;
-
-  $NOGOOGLE = BRISK_DEBUG;
-
+  
   $body = "";
   $ACTION = "login";
   
@@ -136,8 +134,11 @@ $brisk_header_form = '<div class="container">
 <!-- =========== header ===========  -->
 <div id="header" class="header">
 <table width="100%%" border="0" cols="3"><tr>
-<td align="left"><div style="padding-left: 8px;">'.($NOGOOGLE == 'y' ? '' : 
-'<script type="text/javascript"><!--
+<td align="left"><div style="padding-left: 8px;">
+
+
+
+<script type="text/javascript"><!--
 google_ad_client = "pub-5246925322544303";
 google_ad_width = 234;
 google_ad_height = 60;
@@ -153,13 +154,20 @@ google_color_url = "000000";
 </script>
 <script type="text/javascript"
   src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
-</script>').'</div></td>
+</script>
+
+
+
+</div></td>
 <td align="center"><div>
     <img class="nobo" src="img/brisk_logo64.png">
     briscola chiamata in salsa ajax<br><br>
     </div></td>
-<td align="right"><div style="padding-right: 8px;">'.($NOGOOGLE == 'y' ? '' : 
-'<script type="text/javascript"><!--
+<td align="right"><div style="padding-right: 8px;">
+
+
+
+<script type="text/javascript"><!--
 google_ad_client = "pub-5246925322544303";
 google_ad_width = 234;
 google_ad_height = 60;
@@ -175,7 +183,11 @@ google_color_url = "000000";
 </script>
 <script type="text/javascript"
   src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
-</script>').'</div></td>
+</script>
+
+
+
+</div></td>
 </td></table>
 </div>
 <!--  =========== vertical menu ===========  -->