giller Posted June 10, 2010 Report Share Posted June 10, 2010 Hallo Leute (oldbear) habt ihr ein tip für mich wo steckt der bolzen box.phpdefined('_VALID_CALL') or die('Direct Access is not allowed.'); if (ACTIVATE_KOH_FLASH_BOX == 'true' && isset($xtPlugin->active_modules['koh_flash'])){ require_once _SRV_WEBROOT._SRV_WEB_PLUGINS.'/koh_flash/classes/class.koh_flash.php'; $koh_flash_box = new koh_flash(true); $koh_flash_list = $koh_flash_box->getkoh_flash(); $show_box = true; } else { $show_box = false; } ?> class.php<?php defined('_VALID_CALL') or die('Direct Access is not allowed.'); class koh_flash extends products_list { function getkoh_flash () { global $xtPlugin, $xtLink, $db; $query_koh_flash = "SELECT products_flash_pre FROM ".TABLE_PRODUCTS." WHERE products_id='".(int)($GLOBALS[template]->content_smarty->_tpl_vars[products_id])."' LIMIT 0,1"; $rs_koh_flash = $db->Execute($query_koh_flash); $flash_koh_flash = $rs_koh_flash->fields['products_flash_pre']; $query = $this->sql_products->getSQL_query(); define('FLASHCLIP',$flash_koh_flash); return $module_content; } } ?> in der box template möchte ich die Konstane FLASHCLIP ausgeben aber sie bleibt leer? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.