[44] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | $feed_uri = get_option('crybook_feed_uri');
|
---|
| 4 |
|
---|
| 5 | if(!$feed_uri or $feed_uri == '') :
|
---|
| 6 | $feed_uri = get_bloginfo('rss2_url');
|
---|
| 7 | else :
|
---|
| 8 | $feed_uri = 'http://feeds.feedburner.com/' . $feed_uri;
|
---|
| 9 | endif;
|
---|
| 10 |
|
---|
| 11 | $feed_email = get_option('crybook_feed_id');
|
---|
| 12 | if($feed_email or $feed_email != '') :
|
---|
| 13 | $feed_email = " or <a href='http://www.feedburner.com/fb/a/emailverifySubmit?feedId=".$feed_email."&loc=en_US'>e-mail</a>";
|
---|
| 14 | endif;
|
---|
| 15 | ?>
|
---|
| 16 | <div id="sidebar">
|
---|
| 17 | <p id="switcher">
|
---|
| 18 | <a href="/" onclick="setActiveStyleSheet('default'); return false;" id="blue" title="Blue">Blue</a>
|
---|
| 19 | <a href="/" onclick="setActiveStyleSheet('pink'); return false;" id="pink" title="Pink">Pink</a>
|
---|
| 20 | <a href="/" onclick="setActiveStyleSheet('green'); return false;" id="green" title="Green">Green</a>
|
---|
| 21 | <a href="/" onclick="setActiveStyleSheet('purple'); return false;" id="purple" title="Purple">Purple</a>
|
---|
| 22 | <a href="/" onclick="setActiveStyleSheet('red'); return false;" id="red" title="Red">Red</a>
|
---|
| 23 | </p>
|
---|
| 24 | <div class="about box">
|
---|
| 25 | <h3>Guidonia in foto</h3><center>
|
---|
| 26 | <iframe src="http://www.flickr.com/search/show/?q=guidonia+OR+montecelio+-pallavolo+-sale&ct=0&mt=photos&adv=1"
|
---|
| 27 | scrolling="no"
|
---|
| 28 | frameborder="0"
|
---|
| 29 | width="320"
|
---|
| 30 | height="250">
|
---|
| 31 | </iframe>
|
---|
| 32 | </center>
|
---|
| 33 | </div>
|
---|
| 34 |
|
---|
| 35 | <div class="about box">
|
---|
| 36 | <h3><?php _e('Vuoi partecipare?'); ?></h3>
|
---|
| 37 | Hai un blog o un sito? Sei di Guidonia? Vuoi che le tue notizie viaggino anche su Guidonia Punt Net?<br/>
|
---|
| 38 | <a href="http://www.guidonia.net/wp/?page_id=6296">Scopri come fare</a>
|
---|
| 39 | </div>
|
---|
| 40 |
|
---|
| 41 |
|
---|
| 42 |
|
---|
| 43 | <div class="feeds"><?php echo get_option('crybook_feed_count'); ?><?php echo (get_option('crybook_feed_enable') === 'yes' ? '. ' : '');?>Puoi rimanere aggornato via <a href="?feed=rss">feed rss</a><?php echo $feed_email; ?>.</div>
|
---|
| 44 |
|
---|
| 45 | <?php
|
---|
| 46 | /*
|
---|
| 47 | <!-- annuncio Google illustrato -->
|
---|
| 48 | <div class="about box"><center>
|
---|
| 49 |
|
---|
| 50 |
|
---|
| 51 | <script type="text/javascript"><!--
|
---|
| 52 | google_ad_client = "pub-9331412477710099";
|
---|
| 53 |
|
---|
| 54 | google_ad_slot = "9877758942";
|
---|
| 55 | google_ad_width = 300;
|
---|
| 56 | google_ad_height = 250;
|
---|
| 57 | //-->
|
---|
| 58 | </script>
|
---|
| 59 | <script type="text/javascript"
|
---|
| 60 | src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
---|
| 61 | </script>
|
---|
| 62 |
|
---|
| 63 |
|
---|
| 64 |
|
---|
| 65 | </center></div>
|
---|
| 66 | */
|
---|
| 67 | ?>
|
---|
| 68 | <?php
|
---|
| 69 | /*
|
---|
| 70 | //require_once "wp-content/plugins/tubepress/env/standalone/tubepress-standalone.php";
|
---|
| 71 |
|
---|
| 72 | get_header();
|
---|
| 73 |
|
---|
| 74 | print tubepressGallery("resultsPerPage='3'");
|
---|
| 75 |
|
---|
| 76 | if (have_posts()) :
|
---|
| 77 | while (have_posts()) :
|
---|
| 78 | the_post();
|
---|
| 79 | the_content();
|
---|
| 80 | endwhile;
|
---|
| 81 | endif;
|
---|
| 82 | get_sidebar();
|
---|
| 83 | get_footer();
|
---|
| 84 | */
|
---|
| 85 | ?>
|
---|
| 86 |
|
---|
| 87 |
|
---|
| 88 |
|
---|
| 89 |
|
---|
| 90 | <? /*
|
---|
| 91 | <div class="about box">
|
---|
| 92 | <?php query_posts('pagename=about'); ?>
|
---|
| 93 | <?php while (have_posts()) : the_post(); ?>
|
---|
| 94 | <h3><?php _e('About'); ?></h3>
|
---|
| 95 | <p><?php //echo get_avatar( get_the_author_id(), '80', ''); ?> <?php echo get_option('crybook_about_site'); ?>
|
---|
| 96 | <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts.js"></script>
|
---|
| 97 |
|
---|
| 98 |
|
---|
| 99 | <a href="http://www.guidonia.net/wp/?page_id=6296">
|
---|
| 100 | <center><b>GuidoniaPuntoNet: idee per il web<br/>
|
---|
| 101 |
|
---|
| 102 | <script type="text/javascript">showFlash("loop.swf");</script></a><br/>
|
---|
| 103 | Idee in cerca di finanziamenti : <a href="http://www.guidonia.net/wp/?page_id=6296">contattaci</a></b>
|
---|
| 104 | </center>
|
---|
| 105 |
|
---|
| 106 | </p>
|
---|
| 107 | <div class="clear"></div>
|
---|
| 108 |
|
---|
| 109 |
|
---|
| 110 |
|
---|
| 111 |
|
---|
| 112 | <?php endwhile; ?>
|
---|
| 113 | </div>
|
---|
| 114 | */
|
---|
| 115 | ?>
|
---|
| 116 |
|
---|
| 117 |
|
---|
| 118 | <div class="col">
|
---|
| 119 | <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-left')) : ?>
|
---|
| 120 |
|
---|
| 121 | <?php endif; ?>
|
---|
| 122 | </div>
|
---|
| 123 | <div class="col2">
|
---|
| 124 | <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-right')) : ?>
|
---|
| 125 |
|
---|
| 126 | <?php endif; ?>
|
---|
| 127 | </div>
|
---|
| 128 | </div>
|
---|