How to add a school logo to the js_education template header - Joomla! Forum - community, help and support
any tips , tricks or signposts resolving gratefully received.
you edit file index.php located in directory \templates\js_education , change link definition in following lines of code. specifically, edit text education image tag <img ... />.
note:
code: select all
<div class="header-logo">
<h1><a href="<?php echo $mosconfig_live_site;?>/index.php?option=com_frontpage&itemid=1" title="<?php echo $mosconfig_sitename; ?>">education</a></h1>
<h2>template demo</h2>
</div>note:
- (a) make sure take copy of file before editing it
(b) if needed, remove tags <h1></h1> , <h2></h2>
(c) remove text "template demo" if not required
Comments
Post a Comment