Advertisement
nigerianprincemoney

sidebar.php

Jan 13th, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.75 KB | None | 0 0
  1. <div id="sidebar1" class="span4">
  2.  
  3. <div class="mini-profile"> <!--300x250 div-->
  4.         <div class="nameplate">
  5.             <!--begin profile pic-->
  6. <img src="https://graph.facebook.com/" <?php echo $fbid; ?> " /picture" width="50" height="50">
  7.  
  8.             <!--end profile pic-->
  9.             <h4> <?php echo $name; ?>
  10.             </h4>
  11.             <br>
  12.             <p class="muted"> <?php echo $local; ?> </p>
  13.         </div>
  14.     </div>
  15.     <div class="mini-profile">
  16.     </div>
  17.  
  18.     <?php if ( is_active_sidebar( 'sidebar1' ) ) : ?>
  19.         <?php dynamic_sidebar( 'sidebar1' ); ?>
  20.     <?php else : ?>
  21.         <!-- This content shows up if there are no widgets defined in the backend. -->     
  22.         <div class="alert alert-message">
  23.        
  24.             <p><?php _e("Please activate some Widgets","bonestheme"); ?>.</p>
  25.        
  26.         </div>
  27.     <?php endif; ?>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement