/* CREATING A WIDGETIZED MULTIMEDIA BOX */ register_sidebar(array('name' => 'Multimedia Box', 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ')); function multimedia_box_widgets() { echo ''; } add_action('thesis_hook_multimedia_box', 'multimedia_box_widgets');