/var/www/vhosts/nabawater/frontend/views/layouts
Edit: /var/www/vhosts/nabawater/frontend/views/layouts/_footer.php (24001B)
getUser()->getIdentity();
$lang = Yii::$app->language;
$cms = Cms::GetCms();
/* print_r($lang); die;
print_r($_SESSION); die; */
?>
beginContent('@app/views/layouts/_register.php');
$this->endContent();
$this->beginContent('@app/views/layouts/_identity.php');
$this->endContent();
$this->registerJsFile(
sprintf(
'https://maps.googleapis.com/maps/api/js?key=%s&callback=initMap&libraries=places', Configuration::get(Configuration::MAP_KEY)
), [
'async' => true,
'defer' => true,
]
);
?>