My starting point is AlexisProRedux
I used the file manager to loaded my new jpg logo to templates/AlexisProRedux
used the file manager to edit template.php
Looking throught the file I spot a line that appears to be loading the image so changed this line:
<td align="center" valign="middle" class="logoBox"><a href="[~[(site_start)]~]"><img src="assets/images/logoGradient.jpg" alt="" /></a></td>to this
<td align="center" valign="middle" class="logoBox"><a href="[~[(site_start)]~]"><img src="templates/AlexisProRedux/accordion troll.jpg" alt="" /></a></td>which should load my logo from the AlexisProRedux temlate folder instead of logoGradient.jpg from thye assets folder.
Cleared the site cache (not sure if this is required)
Then launch the site, but it still displays the old logo
What have I missed?











