xxxxxxxxxx
echo (isset($options['footer_txt_color'])) ? $options['footer_txt_color'] : '#ffffff';
xxxxxxxxxx
<?php echo ($item->name == 'Pizza' || $item->name == 'Pasta')? 'per day' :'Dishes';?>
<?php echo ($section1['line_block']) ? 'width:'. $line_block_percentage. '% ; background-color: #BD9B46;' : 'width:55% ; background-color: red;'; ?>
xxxxxxxxxx
$user_sign_in = true;
$title = $user_sign_in ? 'signout' : 'signin';
echo $title;