Esempio n. 1
0
<div id="img_desc">
<?php 
if (has_dob() && is_birthday()) {
    ?>
	<img src="<?php 
    echo $cdn_url;
    ?>
/img/img_desc_birthday.png" alt="<?php 
    echo birthday_wish();
    ?>
" />
<?php 
} else {
    ?>
	<img src="<?php 
    echo $cdn_url;
    ?>
/img/img_desc_logo.png" alt="<?php 
    echo head_description();
    ?>
" />
<?php 
}
?>
</div>
Esempio n. 2
0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
if (has_dob() && date('m-d', strtotime($dob)) == date('m-d')) {
    $h1 = birthday_title();
    $title = birthday_title();
}
$site_name = site_name();
$birthday_wish = birthday_wish();
switch ($p) {
    case 'bmi':
        $meta_description = 'Tính chỉ số BMI dựa trên cân nặng và chiều cao của bạn.';
        break;
    case 'lunar':
        $meta_description = 'Xem ngày tốt xấu, xem ngày cưới, xem ngày khai trương, xem ngày động thổ.';
        break;
    case 'pong':
        $meta_description = 'Trò chơi bóng bàn 3D hấp dẫn.';
        break;
    default:
        $meta_description = (can_wish() ? birthday_title() : $title) . (has_dob() ? ' - ' . $chart->render_meta_description() : '') . ' - ' . head_description();
}
$head_title = (can_wish() ? birthday_title() : $title) . ' | ' . $site_name;
$head_description = can_wish() ? $birthday_wish : $meta_description;