first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace KupShop\CommentsBundle\Admin\Tabs;
|
||||
|
||||
use KupShop\AdminBundle\Admin\WindowTab;
|
||||
|
||||
class CommentsSettingsTab extends WindowTab
|
||||
{
|
||||
protected $title = 'flapComments';
|
||||
protected $template = 'window/settings.comments.tpl';
|
||||
|
||||
public static function getTypes()
|
||||
{
|
||||
return [
|
||||
'settings' => 0,
|
||||
];
|
||||
}
|
||||
|
||||
public function getLabel()
|
||||
{
|
||||
return translate($this->title, 'Comments');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user