9 lines
300 B
Smarty
9 lines
300 B
Smarty
|
|
{**
|
||
|
|
* For the full copyright and license information, please view the LICENSE
|
||
|
|
* file that was distributed with this source code.
|
||
|
|
*}
|
||
|
|
|
||
|
|
<div class="advertising-block">
|
||
|
|
<a href="{$adv_link}" title="{$adv_title}"><img src="{$image}" alt="{$adv_title}" title="{$adv_title}" loading="lazy"/></a>
|
||
|
|
</div>
|