1
0
Fork 0

[SITE] move back from the new thumb api

This commit is contained in:
Jannik Beyerstedt 2016-04-27 22:44:51 +02:00
parent d22adf0f81
commit 1de9571c20
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ if ($page->depth() == 1) {
<div class="container">
<?php if ($img = $site->images()->find($site->title_image())) : ?>
<a class="logo" href="<?php echo url() ?>">
<img src="<?php echo $site->title_image()->url() ?>" alt="Logo">
<img src="<?php echo $site->url().'/content/'.$site->title_image()->html() ?>" alt="Logo">
</a>
<?php endif; ?>