| Server IP : 104.237.150.88 / Your IP : 216.73.216.189 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-us 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/ubuntupennsylvania.org/htdocs/wp-content/themes/tangowp-1.0_fixed/ |
Upload File : |
<?php
if (function_exists('UTW_ShowWeightedTagSetAlphabetical')) {
function widget_mytheme_UTW() {
?>
<ul><li id="tags"><h2>Tags</h2>
<ul><li class="utwtags">
<?php UTW_ShowWeightedTagSetAlphabetical("coloredsizedtagcloud","",0) ?><br/>
</li></ul>
</li></ul>
<?php
}
}
function widget_mytheme_meta() {
?>
<ul><li id="meta"><h2>Meta</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php /* } */ ?>
<li>
<a href="http://validator.w3.org/check/referer"><img src="<?php bloginfo('template_url'); ?>/img/xhtml10.png" width="80" height="15" alt="XHTML Valid" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="<?php bloginfo('template_url'); ?>/img/css.png" width="80" height="15" alt="CSS Valid" /></a>
<a href="feed:<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('template_url'); ?>/img/xmlfeed.gif" width="80" height="15" alt="XML Feed" /></a><br/>
<a href="feed:<?php bloginfo('comments_rss2_url'); ?>"><img src="<?php bloginfo('template_url'); ?>/img/rsscomments.gif" width="80" height="15" alt="RSS Comments"/></a>
<a href="http://gmpg.org/xfn"><img src="<?php bloginfo('template_url'); ?>/img/xfn-btn.gif" alt="XFN Friendly" /></a>
<a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform."><img src="<?php bloginfo('template_url'); ?>/img/wordpress.gif" width="80" height="15" alt="Wordpress.Org"/></a>
<!-- <?php class_exists('GooglePR') ? GooglePR::bar(): ''; ?> -->
</li>
<?php wp_meta(); ?>
</ul>
</li>
</ul>
<?php
}
function widget_mytheme_link() {
?>
<ul>
<li id="links"><h2>LINKS</h2>
<ul class="links">
<?php get_links_list('name'); ?>
</ul>
</li>
</ul>
<div class="clear"></div>
<?php
}
function widget_mytheme_search() {
?>
<ul><li id="search"><h2>Search</h2>
<ul><li style="border:none;">
<form method="get" id="searchform" action=""><div><input type="text" size="18" value="" name="s" id="searchfield" /></div></form></li></ul>
</li>
</ul>
<?php
}
if ( function_exists('register_sidebar_widget') ) {
register_sidebar_widget(__('Search'), 'widget_mytheme_search');
register_sidebar_widget(__('Links'), 'widget_mytheme_link');
register_sidebar_widget(__('Meta'), 'widget_mytheme_meta');
if (function_exists('UTW_ShowWeightedTagSetAlphabetical')) {
register_sidebar_widget(__('UTW Display Tags'), 'widget_mytheme_UTW');
}
}
if ( function_exists('register_sidebars') ) {
register_sidebars(1, array(
'name'=>'Top Left',
'before_widget' => '<ul><li id="%1$s">',
'after_widget' => '</li></ul>',
'before_title' => '<h2>',
'after_title' => '</h2>',
));
register_sidebars(1, array('name'=>'Top Right',
'before_widget' => '<ul><li id="%1$s">',
'after_widget' => '</li></ul>',
'before_title' => '<h2>',
'after_title' => '</h2>',
));
register_sidebars(1, array('name'=>'Bottom',
'before_widget' => '<ul><li id="%1$s">',
'after_widget' => '</li></ul>',
'before_title' => '<h2>',
'after_title' => '</h2>',
));
}
?>