[SITE] move back from the new thumb api
This commit is contained in:
parent
d22adf0f81
commit
1de9571c20
3 changed files with 3 additions and 3 deletions
|
@ -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; ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue