Current File : /pages/54/47/d0016649/home/htdocs/cd24/wp-content/plugins/offen/Frontend/WidgetLayout.php
<?php

if ( ! defined( 'ABSPATH' ) ) exit;

function bhp_getWidgetLayout($style)
{
	include_once (sprintf(BUSINESS_HOURS_PLUGIN_BASE_PATH . '/templates/widget/style%u.php', $style));
}