Your IP : 10.10.0.253


Current Path : /var/www/components/com_acym/views/frontfile/
Upload File :
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();
    }
}