function printHeader() { ?> <iframe src="tab.php" class="newcall" id="phone_call" name="phone_call" style="display:none;" ></iframe> <?php echo ' <div id="header">'; /* I made it so the config is in an array * config_slimcrm_menu() is in the global.config.php * any question email me * tholum@couleetechlink.com */ global $DEBUG_TIME; $DEBUG_TIME .= "\n" . __LINE__ . ":" . __FILE__ . "::" . date("H:i:s") . ":" . microtime(); echo $this->menuFromArray(config_slimcrm_menu()); $DEBUG_TIME .= "\n" . __LINE__ . ":" . __FILE__ . "::" . date("H:i:s") . ":" . microtime(); echo '</div><div style="width: 10px; height: 32px;"> </div> '; }
function printHeader() { ?> <iframe src="tab.php" class="newcall" id="phone_call" name="phone_call" style="display:none;" ></iframe> <?php echo ' <div id="header"> <h1>Platform</h1>'; if ($this->auth->checkAuthentication()) { echo ' <script type="text/javascript" > function red5username(){ return "101220"; } function red5password(){ return ""; } </script> '; } /* I made it so the config is in an array * config_slimcrm_menu() is in the global.config.php * any question email me * tholum@couleetechlink.com */ global $DEBUG_TIME; $DEBUG_TIME .= "\n" . __LINE__ . ":" . __FILE__ . "::" . date("H:i:s") . ":" . microtime(); echo $this->menuFromArray(config_slimcrm_menu()); $DEBUG_TIME .= "\n" . __LINE__ . ":" . __FILE__ . "::" . date("H:i:s") . ":" . microtime(); echo '</div> '; }