come introdurre il logo nel vostro tema

 

se hai un tema customizzato, ossia attivato come plugin :

 

iltuotemaplugin/views/default/header_contents.php

 

?>

<div id="page_container">
<div id="page_wrapper">

<div id="layout_header">
<div id="wrapper_header">
    <!-- display the page title
    <h1><a href="<?php echo $vars['url']; ?>"><?php echo $vars['config']->sitename; ?></a></h1>
    -->
   
   
    <div id="site_logo">
        <a href="<?php echo $vars['url']; ?>">
            <img src=<?php echo $vars['url']; ?>mod/iltuotemaplugin/graphics/logo.png" border="0" height="48" width="400" />
        </a>
        </div>

</div><!-- /#wrapper_header -->
</div><!-- /#layout_header -->