sterzycom/panel/app/widgets/site/site.php

12 lines
No EOL
231 B
PHP

<?php
return array(
'title' => array(
'text' => l('dashboard.index.site.title'),
'link' => url(),
'target' => '_blank',
),
'html' => function() {
return tpl::load(__DIR__ . DS . 'site.html.php');
}
);