Midweek stay at the seaside with breakfast and dinner
Book or check the rates
// Get plugin 'bhdatepicker' of type 'system'
$plugin = JPluginHelper::getPlugin('system', 'bhdatepicker');
// Check if plugin is enabled
if ($plugin)
{
// Get plugin params
$pluginParams = new JRegistry($plugin->params);
$cubilisurl = $pluginParams->get('base_url_link','no url set in plugin setings');
}
if ($props['cubilisurl']) { $cubilisurl=$props['cubilisurl'];}
?>