All pastes #2072161 Raw Edit

Mine

public text v1 · immutable
#2072161 ·published 2011-05-30 12:16 UTC
rendered paste body
if ( function_exists('register_sidebar') )
     register_sidebar(array(
        'name' => 'bottom',
        'id'   => 'footersidebar',
        'before_widget' => '<div class="footerfloatleft">',
        'after_widget' => '</div>',
        'before_title' => '<li><h2>',
        'after_title' => '</h2></li><li>',
    ));


sidebar called with:

<?php if (  !dynamic_sidebar('bottom') ) : ?>footer sidebar<?php endif; ?>