輕微疾病管理

靜脈曲張 x 壓力襪大解構

壓力襪能改善靜脈血流,提供從下而上遞減的壓力,促進靜脈血液回流至心臟,緩解下肢靜脈和靜脈瓣膜所承受的壓力, 從而改善靜脈曲張等症狀 …

夏日小貼士 x 消化不良

面對美食的引誘,相信大家都會忍唔住一啖接一啖地放進口裏!如果吃得太快,沒有仔細咀嚼就吞落肚,腸胃就會好容易唔舒服!一不留神 …

皮膚護理系列 – 防曬

夏天想去享受太陽,但室外這麼曬,紫外線指數又很高怎麼辦?不想曬傷的話,大家記得要塗上防曬產品後才出門!今天藥劑師會和大家分享防曬小知識。防曬可以防止皮膚曬黑或老化 …

$output = '
    '; if ( $arcresults ) { $numarticles = count($arcresults); $column1 = round($numarticles/3); $column2 = round($column1*2); $counter = 0; $afterafter = $after; foreach ( (array) $arcresults as $arcresult ) { if($counter == $column1) { $output .= "
    "; } elseif($counter == $column2) { $output .= "
    "; } $url = get_month_link( $arcresult->year, $arcresult->month ); /* translators: 1: month name, 2: 4-digit year */ $text = sprintf(__('%s'), $wp_locale->get_month($arcresult->month)); $year_text = sprintf('
  • %d
  • ', $arcresult->year); if ( $show_post_count ) $after = ' ('.$arcresult->posts.')' . $afterafter; $output .= ( $arcresult->year != $temp_year ) ? $year_text : ''; $output .= get_archives_link($url, $text, $format, $before, $after); $temp_year = $arcresult->year; $counter ++; } $output .= '
'; }