diff -Naur template.php template.php
--- template.php	2011-01-18 14:03:02.000000000 +0000
+++ template.php	2011-01-18 14:02:31.000000000 +0000
@@ -7,7 +7,7 @@
  */
 function ninesixty_preprocess_page(&$vars, $hook) {
   // For easy printing of variables.
-  $vars['logo_img']         = $vars['logo'] ? theme('image', substr($vars['logo'], strlen(base_path())), t('Home'), t('Home')) : '';
+  $vars['logo_img']         = $vars['logo'] ? '<img src="'.check_plain($vars['logo']).'" alt="'.t('Home').'" title="'.t('Home').'"/>' : '';
   $vars['linked_logo_img']  = $vars['logo_img'] ? l($vars['logo_img'], '<front>', array('attributes' => array('rel' => 'home'), 'title' => t('Home'), 'html' => TRUE)) : '';
   $vars['linked_site_name'] = $vars['site_name'] ? l($vars['site_name'], '<front>', array('attributes' => array('rel' => 'home'), 'title' => t('Home'))) : '';
   $vars['main_menu_links']      = theme('links', $vars['primary_links'], array('class' => 'links main-menu'));
