1 2 3 4 5 6 7 8
<?php /** * Install header */ $url = elgg_get_site_url()."_graphics/elgg_logo.png"; ?> <img src="<?php echo $url; ?>" alt="Elgg" />