mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
6 lines
188 B
PHP
6 lines
188 B
PHP
<h5 class="datagrid-header-title"><?php use SP\Mvc\View\Template;
|
|
|
|
echo __('Plugins'); ?></h5>
|
|
<?php
|
|
/** @var Template $this */
|
|
include $this->includeTemplate('datagrid-grid', 'grid');
|