update
This commit is contained in:
19
modules/anblog/views/templates/admin/topSettings.tpl
Normal file
19
modules/anblog/views/templates/admin/topSettings.tpl
Normal file
@@ -0,0 +1,19 @@
|
||||
{*
|
||||
* 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>
|
||||
Reference in New Issue
Block a user