| 1 |
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
|
| 2 |
<?php if ($picture) {
|
| 3 |
print $picture;
|
| 4 |
}?>
|
| 5 |
<?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
|
| 6 |
<span class="taxonomy">Categorie & tags: <?php print $terms?></span>
|
| 7 |
<div class="content"><?php print $content?></div>
|
| 8 |
<?php if ($page == 1) { ?>
|
| 9 |
<div id="google-secondary">
|
| 10 |
<script type="text/javascript"><!--
|
| 11 |
google_ad_client = "pub-4743562067484086";
|
| 12 |
google_ad_width = 468;
|
| 13 |
google_ad_height = 60;
|
| 14 |
google_ad_format = "468x60_as";
|
| 15 |
google_ad_type = "text_image";
|
| 16 |
//2007-09-22: Segnalasito.eu
|
| 17 |
google_ad_channel = "3981099890";
|
| 18 |
google_color_border = "FFFFFF";
|
| 19 |
google_color_bg = "FFFFFF";
|
| 20 |
google_color_link = "FF00FF";
|
| 21 |
google_color_text = "000000";
|
| 22 |
google_color_url = "FF00FF";
|
| 23 |
//-->
|
| 24 |
</script>
|
| 25 |
<script type="text/javascript"
|
| 26 |
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
| 27 |
</script>
|
| 28 |
</div>
|
| 29 |
<?php }; ?>
|
| 30 |
<?php if ($links) { ?><div class="links">» <?php print $links?></div><?php }; ?>
|
| 31 |
<br style="clear:both;" />
|
| 32 |
</div>
|