*
* @package SKT Restaurant
*/
?>
>
>
10 ) {
$slAr[$m]['image_src'] = of_get_option('slide'.$i, true);
$slAr[$m]['image_button'] = of_get_option('slidebutton'.$i, true);
$slAr[$m]['image_url'] = of_get_option('slidelink'.$i, true);
$m++;
}
}
}
$slideno = array();
if( $slAr > 0 ){
$n = 0;?>
width.'" height="'.get_custom_header()->height.'" alt="" />';
} else {
echo '
).')
';
}
}
elseif( has_post_thumbnail() ) {
$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'homepage-thumb' );
$thumbnailSrc = $src[0];
echo '

';
}
elseif ( ! empty( $header_image ) ) {
echo '
.')
';
}
else {
echo '
).')
';
} ?>
0 ) {
$numSections = esc_attr( of_get_option('numsection', true) );
for( $s=1; $s<=$numSections; $s++ ){
$title = ( of_get_option('sectiontitle'.$s, true) != '' ) ? esc_html( of_get_option('sectiontitle'.$s, true) ) : '';
$secid = ( of_get_option('menutitle'.$s, true) != '') ? esc_html( of_get_option('menutitle'.$s, true) ) : '';
$class = ( of_get_option('sectionclass'.$s, true) != '' ) ? esc_html( of_get_option('sectionclass'.$s, true) ) : '';
$content = ( of_get_option('sectioncontent'.$s, true) != '' ) ? of_get_option('sectioncontent'.$s, true) : '';
$hide = ( of_get_option('hidesec'.$s, true) != '' ) ? of_get_option('hidesec'.$s, true) : '';
$bgcolor = ( of_get_option('sectionbgcolor'.$s, true) != '' ) ? of_get_option('sectionbgcolor'.$s, true) : '';
$bgimage = ( of_get_option('sectionbgimage'.$s, true) != '' ) ? of_get_option('sectionbgimage'.$s, true) : '';
?>