19 lines
571 B
Smarty
19 lines
571 B
Smarty
{*
|
|
* 2022 Anvanto
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
*
|
|
* @author Anvanto <anvantoco@gmail.com>
|
|
* @copyright 2022 Anvanto
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
*}
|
|
|
|
<div class="row" style="padding-bottom: 10px;">
|
|
<div class="col-sm-12">
|
|
<a href="{$anblogTopLink.href|escape:'htmlall':'UTF-8'}" class="btn btn-primary" style="width: 100%;" target="_blank">
|
|
{$anblogTopLink.title|escape:'htmlall':'UTF-8'}
|
|
</a>
|
|
</div>
|
|
</div> |