1 2 3 4 5 6 7 8
<?php /** * Install header */ $url = "{$vars['url']}_graphics/elgg_logo.png"; ?> <img src="<?php echo $url; ?>" alt="Elgg" />