id="comment-">
'161410',
'text' => '999999',
'link' => 'd8d7d3',
'border' => '161410'
);
$content_width = 497;
// Widgets FTW!
function widget_chaoticsoul_links() {
wp_list_bookmarks(array(
'title_before' => '',
'title_after' => '
',
));
}
function widget_chaoticsoul_search() {
?>
'',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
',
));
wp_register_sidebar_widget('links', __('Links', 'widgets'), 'widget_chaoticsoul_links');
wp_register_sidebar_widget('search', __('Search', 'widgets'), 'widget_chaoticsoul_search');
}
add_action('widgets_init', 'chaoticsoul_widget_init');
// Custom Header FTW!
define('HEADER_TEXTCOLOR', '');
define('HEADER_IMAGE', '%s/images/chaostheory.jpg'); // %s is theme dir uri
define('HEADER_IMAGE_WIDTH', 760);
define('HEADER_IMAGE_HEIGHT', 151);
define('NO_HEADER_TEXT', true );
function chaoticsoul_admin_header_style() {
?>