Welcome to ' . get_bloginfo('name') . '

Thank you for taking the time to visit my blog! Take a second to peek around and check out some of my previous posts. Of course, I would love to find out what you think as well, so make sure to comment. See you around!

'; $aOptions['lead_count'] = 1; $aOptions['lead_cats'] = ''; $aOptions['feedburner'] = ''; $aOptions['feedburner_id'] = ''; $aOptions['show_archives'] = false; $aOptions['archives_cat'] = 'Uncategorized'; $aOptions['show_subpages'] = false; $aOptions['show_feedflare'] = false; update_option('gi_subtle_theme', $aOptions); } return $aOptions; } function displayOptions () { $aOptions = themeGluedIdeas_Subtle::initOptions(false); // Get the styles folder listing $sStyleFolder = TEMPLATEPATH . '/styles/'; $aStyleFolder = array(); $objStyleFolder = dir($sStyleFolder); while (false !== ($sFile = $objStyleFolder->read())) { if (is_dir($sStyleFolder . $sFile) && $sFile != '.' && $sFile != '..') { $aStyleFolder[] = $sFile; } } $objStyleFolder->close(); ?>

Glued Ideas Themes - Subtle

visit us at our blog.', 'gluedideas_subtle'); ?>

0) { echo ('

' . __('The following errors occured when saving your options:', 'gluedideas_subtle') . '

'); $aOptions['errors'] = array(); update_option('gi_subtle_theme', $aOptions); } ?>

development blog.', 'gluedideas_subtle'); ?>

Note: File dimensions should be 820 x 145 pixels.', 'gluedideas_subtle'); ?>
'); } else { echo (''); } ?>
'); } else { echo (''); } ?>



Gravatars.', 'gluedideas_subtle'); ?>

'); } else { echo (''); } ?>


FeedBurner.', 'gluedideas_subtle'); ?>



'); } else { echo (''); } ?>

'Sidebar_%d', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

') ); register_sidebars(3, array('name' => 'Posts_/_Pages_%d', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

') ); register_sidebars(2, array('name' => 'Archives_%d', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

') ); register_sidebars(3, array('name' => 'Advert_%d', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

') ); } ?>