示例#1
0
    <table width="980" border="1" cellspacing="0" cellpadding="0" bordercolor="#2556a8" >
      <tr>
        <td valign="top" scope="row" style="width:250px;">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th scope="col">  
        <h2 style="background:url(<?php 
bloginfo('stylesheet_url');
?>
/../images/titlebg.jpg) repeat-x; color: #fff; padding: 7px; margin: 00pt; color:#6A91A4; display:block;"> News &amp; Events</h2></th>
  </tr>
  <tr>
    <th scope="row"> <div style="padding: 0 5px;">
           <?php 
if (function_exists(vsrp)) {
    vsrp();
}
?>
        </div></th>
  </tr>
</table>

      </td>


        <td valign="top" scope="row" style="width:700px;"> 
        <style>#featured {padding-left:5px;} #featured ul { display:none !important; }
#featured .ui-tabs-panel { margin-left:0 !important; }</style>       <div style="padding:0px;">
            <?php 
//include (ABSPATH . '/wp-content/plugins/wp-glideshow/glideshow.php');
//include (ABSPATH . '/wp-content/plugins/front-slider/front-slider.php');
function vsrp_widget($args)
{
    extract($args);
    echo $before_widget . $before_title;
    echo get_option('vsrp_title');
    echo $after_title;
    vsrp();
    echo $after_widget;
}