Hi, How would i change the site so instead of showing the site name i entered when installing i can place a logo for my site which will also just link to the main page. And how can i change the location to where that links as well, thanks for the help
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- mick bullock@mbull22

mick bullock - 0 likes
- Mickyzee@mickyzee

Mickyzee - 0 likes
- mick bullock@mbull22

mick bullock - 0 likes
You must log in to post replies.Open the following file - views/default/page_elements/header_contents.php - and edit line 23(ish)
so what must i change it to lets say if i had main_logo.gif in the _graphics part of the website and wanted that to be the site logo where the text currently is
<div id="page_container">
<div id="page_wrapper">
<div id="layout_header">
<div id="wrapper_header">
<!-- display the page title -->
<img src="/_graphics/main_logo.gif" align="right">
</div><!-- /#wrapper_header -->
</div><!-- /#layout_header -->
You will probably have to change the height of the header in the css (/views/default/css.php)