Пример #1
0
         if ($idofpage == 210) {
             $_SESSION['title'] = "Card Guys | Privacy Policy";
         }
         if ($idofpage == 211) {
             $_SESSION['title'] = "Card Guys | Terms Of Use";
         }
         $_SESSION['keyword'] = "";
         $_SESSION['destination'] = "";
     } else {
         $_SESSION['title'] = $row_config['pagetitle'];
         $_SESSION['keyword'] = $row_config['metakey'];
         $_SESSION['destination'] = $row_config['metades'];
         $_SESSION['assign_banner'] = '';
     }
 } elseif ($module2 == 'blog') {
     $meta = $blogs->detail();
     if ($meta) {
         $_SESSION['title'] = $meta['title'];
         $_SESSION['keyword'] = $meta['keyword'];
         $_SESSION['destination'] = $meta['meta'];
     } else {
         $_SESSION['title'] = "CardGuys Advice Center";
         $_SESSION['keyword'] = $row_config['metakey'];
         $_SESSION['destination'] = $row_config['metades'];
     }
 } elseif ($module2 == 'faq') {
     $meta = $faq->detail();
     if ($meta) {
         $_SESSION['title'] = $meta['title'];
         $_SESSION['keyword'] = $meta['keyword'];
         $_SESSION['destination'] = $meta['meta'];