Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Theme Errors

Asked Modified Viewed 1,559 times
W
wood_959
W
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Except for core themes all others show this in internet explorer any idea's


 "; echo "
"; echo ""; echo "  "; echo " "; echo " "; echo ""; echo " $header_content
 
"; echo " "; $result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order"); if (dbrows($result) != 0) { $i = 0; while($data = dbarray($result)) { if (checkgroup($data['link_visibility'])) { if ($data['link_url']!="---") { if ($i != 0) { echo "  \n"; } else { echo "\n"; } $link_target = ($data['link_window'] == "1" ? " target='_blank'" : ""); if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) { echo "".$data['link_name'].""; } else { echo "".$data['link_name'].""; } } $i++; } } } echo ($i == 0 ? " " : "")." "; echo " "; echo ""; if (iMEMBER) { echo ""; //Search Script echo "
"; echo "
"; echo ""; echo " "; }else{ echo ""; } //End Search Script echo "
 
 "; echo " 
"; echo ""; echo "  "; echo "  "; echo " "; // Clock Script echo "
"; echo ""; echo ""; echo " "; // Clock Script Ends echo "   
"; echo ""; echo "   "; echo " "; echo ""; } function render_footer($license=false) { global $theme_width,$locale,$settings; echo "   
\n"; echo ""; echo "  "; echo " "; echo " "; echo " "; echo " ".stripslashes($settings['footer'])."
"; echo "
"; if ($license == false) { echo "Powered by PHP Fusion v".$settings['version']." © 2003-2005"; } echo " | ".$settings['counter']." ".($settings['counter'] == 1 ? $locale['140']."\n" : $locale['141']."\n"); echo " | Satellite II by: PHP Fusion Themes

 "; echo " "; echo "
 "; echo " "; echo "

"; } function render_news($subject, $news, $info) { global $locale; echo ""; echo " $subject "; echo "
"; echo ""; echo " "; echo " $news
"; echo ""; echo "  "; echo "".$locale['040']."".$info['user_name']." "; echo "".$locale['041'].showdate("longdate", $info['news_date'])."  "; echo " "; echo "".($info['news_ext'] == "y" ? "".$locale['042']." ·\n" : "").""; if ($info['news_allow_comments']) echo "".$info['news_comments'].$locale['043']." · "; echo "".$info['news_reads'].$locale['044']." "; echo ""; echo "
 

\n"; } function render_article($subject, $article, $info) { global $locale; echo ""; echo " $subject "; echo "
"; echo ""; echo " "; echo " ".($info['article_breaks'] == "y" ? nl2br($article) : $article).""; echo "
"; echo ""; echo " "; echo "".$locale['040']."".$info['user_name']." "; echo "".$locale['041'].showdate("longdate", $info['article_date'])." "; echo " "; if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." · "; echo "".$info['article_reads'].$locale['044']." "; echo ""; echo "
 
\n"; } // Open table begins function opentable($title) { echo ""; echo " $title "; echo "
"; echo ""; echo " \n"; } // Close table end function closetable() { echo "

\n"; } function openside($title) { echo ""; echo " "; echo "  $title
 
"; echo ""; echo " \n"; } function closeside() { echo "

--------------------------------------------------------------------------------
\n"; tablebreak(); } function opensidex($title,$open="on") { $box_img = ($open=="on" ? "off" : "on"); echo ""; echo " "; echo " "; echo "  $title "; echo "
 
"; echo ""; echo " \n"; echo "
\n"; } function closesidex() { echo "

--------------------------------------------------------------------------------
\n"; tablebreak(); } // Table functions function tablebreak() { echo "
\n"; } ?>
Edited by wood_959 on 15-05-2006 23:45,
0 replies
There are no post found.

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet