|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/blog/wp-content/themes/pathumthani/ |
Upload File : |
<?php /** * The Sidebar containing the main widget area. * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ $options = twentyeleven_get_theme_options(); $current_layout = $options['theme_layout']; if ( 'content' != $current_layout ) : ?> <div id="secondary" class="widget-area" role="complementary"> <aside id="text-2" class="widget widget_text"> <h3 class="widget-title">เกี่ยวกับแหล่งความรู้ online จ.ปทุมธานี</h3> <div class="textwidget"> <p style="text-indent: 20px; width: 160px; float:left;margin-top:10px;">เพื่อให้ความรู้เกี่ยวกับจังหวัดปทุมธานี กิจกรรมโครงการต่าง ๆ ที่เกิดขี้นภายในจังหวัด เพื่อให้ผู้ที่สนใจรับทราบ และสามารถนำข้อมูลไปใช้ก่อให้เกิดประโยชน์ได้.</p> <img src="<?php echo get_template_directory_uri(); ?>/images/ptm_04.jpg" style="margin-right: 35px; float: right;" /> </div> <div style="clear:both;"></div> </aside> <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?> <aside id="archives" class="widget"> <h3 class="widget-title"><?php _e( 'Archives', 'twentyeleven' ); ?></h3> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </aside> <aside id="meta" class="widget"> <h3 class="widget-title"><?php _e( 'Meta', 'twentyeleven' ); ?></h3> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <?php wp_meta(); ?> </ul> </aside> <?php endif; // end sidebar widget area ?> </div><!-- #secondary .widget-area --> <?php endif; ?>