function widget($args, $instance) { extract($args); $title = apply_filters('widget_title', empty($instance['title']) ? __('Meta') : $instance['title'], $instance, $this->id_base); echo $before_widget; if ($title) { echo $before_title . $title . $after_title; } ?> <ul> <?php nxt_register(); ?> <li><?php nxt_loginout(); ?> </li> <li><a href="<?php bloginfo('rss2_url'); ?> " title="<?php echo esc_attr(__('Syndicate this site using RSS 2.0')); ?> "><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?> </a></li> <li><a href="<?php bloginfo('comments_rss2_url'); ?> " title="<?php echo esc_attr(__('The latest comments to all posts in RSS')); ?> "><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?> </a></li> <li><a href="http://nxtclass.org/" title="<?php echo esc_attr(__('Powered by NXTClass, state-of-the-art semantic personal publishing platform.')); ?> ">NXTClass.org</a></li> <?php nxt_meta(); ?> </ul> <?php echo $after_widget; }
"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?> </a></li> <li><a href="http://gmpg.org/xfn/"><abbr title="<?php esc_attr_e('XHTML Friends Network'); ?> "><?php _e('XFN'); ?> </abbr></a></li> <li><a href="http://nxtclass.org/" title="<?php esc_attr_e('Powered by NXTClass, state-of-the-art semantic personal publishing platform.'); ?> ">NXTClass</a></li> <?php nxt_meta(); ?> </ul> </li> <?php } ?> <?php } ?> </ul> </div>