/[drupal]/contributions/themes/green/node-catalog.tpl.php
ViewVC logotype

Contents of /contributions/themes/green/node-catalog.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu Sep 4 10:42:29 2008 UTC (14 months, 3 weeks ago) by ainur
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-6--1-0, DRUPAL-5--1-0, HEAD
File MIME type: text/x-php
fixses
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 &amp; 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">&raquo; <?php print $links?></div><?php }; ?>
31 <br style="clear:both;" />
32 </div>

  ViewVC Help
Powered by ViewVC 1.1.2