| Current Path : /var/www/components/com_acym/views/frontfile/ |
| Current File : /var/www/components/com_acym/views/frontfile/view.html.php |
<?php
namespace AcyMailing\FrontViews;
use AcyMailing\Libraries\acymView;
class FrontfileViewFrontfile extends acymView
{
public function __construct()
{
global $Itemid;
$this->Itemid = $Itemid;
parent::__construct();
}
}