Indsæt link og billeder i page.tpl.php Drupal

Kode (XHTML, PHP, CSS etc.): 
****Stil til billed i theme mappen images - når der skal indsættes billeder direkte i page.tpl.php**** <img src="<?php print base_path() . path_to_theme() ?>/images/billede.gif" alt="" /> ****Link til forside**** <a href="<?php print base_path() ?>">FORSIDE</a>