Projekt

Allgemein

Profil

Statistiken
| Revision:

keywords2categories / includes / extra / modules / categories_listing / categories_smarty / category_keywords.php @ 4

Historie | Anzeigen | Annotieren | Download (858 Bytes)

1
<?php   
2
/* -----------------------------------------------------------------------------------------
3
   Modul Kategorie-Keywords f?r modified eCommerce Shopsoftware 2.0.6.0     
4
   Autor: Daniel Lonn, Agentur Webknecht [webknecht.net | modified-multishop.de]
5
   Released under the GNU General Public License
6
   ---------------------------------------------------------------------------------------*/
7
   
8
  if(defined('MODULE_CATEGORY_KEYWORDS_STATUS') 
9
      && MODULE_CATEGORY_KEYWORDS_STATUS == 'True' 
10
      && MODULE_CATEGORY_KEYWORDS_SHOW == 'True' 
11
      && basename($PHP_SELF) == FILENAME_ADVANCED_SEARCH_RESULT
12
      && count($categories_keyword_content) > 0 
13
      ) {  
14
          $categorie_smarty->assign('categories_content', $categories_keyword_content);
15
          $categorie_smarty->assign('KEYWORD_RESULT', true);
16
  }
17
   
18
?>