\n"; echo "
\n"; } function OpenTable2() { global $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4; echo "
\n"; echo "
\n"; } /* Close Table Functions */ function CloseTable() { echo "
\n"; } function CloseTable2() { echo "
\n"; } /* Header Code */ function themeheader() { global $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $admin, $user, $banners, $sitename, $slogan, $cookie, $prefix, $dbi; /* Credits - Please do not remove :) */ echo "\n\n"; echo "
Make your own free website on Tripod.com
"; /* Cookie Decode, and User Theme Links */ cookiedecode($user); $username = $cookie[1]; if ($username == "") { $username = "Anonymous"; $account = "Register/Login"; $accounturl = "modules.php?name=Your_Account"; $theuser = "Register!"; } else { $account = "My Account"; $accounturl = "modules.php?name=Your_Account"; $theuser = "Welcome $username!"; } /* If user is admin, show admin link in header */ if ($admin) { $adminlink = " | Admin"; } /* Banner Code */ if ($banners) { include("banners.php"); echo "
"; } /* Frame Killer */ /* if a site links to yours using a frame of thiers, this will take your site out of the other site's frame */ echo "\n"; /* Header HTML Code */ echo "
 
 
$sitename
$slogan
 
$theuser Home | $account | Forums | Downloads $adminlink

"; echo ""; } echo "
" ."\n"; } else { $notes = ""; } /* Poster and Aid Formatting */ if($informant != "") { $poster = "$informant "; } else { $poster = "$anonymous "; } if ("$aid" == "$informant") { $posted = ""._POSTEDBY.": $poster on $time $timezone ($counter "._READS.")"; $story = " \"$topictext\" $thetext"; } else { $posted = ""._POSTEDBY.": $aid on $time $timezone ($counter "._READS.")"; $story = " \"$topictext\"$informant "._WRITES.", \"$thetext\""; } /* Story HTML */ echo "
"; blocks(left); echo " "; } /* Main page news display */ function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) { global $tipath, $anonymous, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4; /* Notes */ if ($notes != "") { $notes = "
"._NOTE." $notes
 $title    
  $notes
$story

$posted
$morelink

 
     

"; } /* Article Display - Also affects post/view comments */ function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) { global $tipath, $anonymous, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4; /* Poster and Aid Formatting */ if($informant != "") { $poster = "$informant "; } else { $poster = "$anonymous "; } if ("$aid" == "$informant") { $posted = ""._POSTEDBY.": $poster"; $story = " \"$topictext\" $thetext"; } else { $posted = ""._POSTEDBY.": $aid"; $story = " \"$topictext\" $informant "._WRITES.", \"$thetext\""; } /* Story HTML */ echo "
 $title    
 
$story

$posted
$morelink

 
     

"; } /* Blocks Code */ function themesidebox($title, $content) { global $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4; // $content = str_replace("·","Arrow","$content"); echo "
 $title
$content
 

"; } /* Footer Code - Also affects right side blocks */ function themefooter() { global $index; if ($index == 1) { echo "
"; blocks(right); echo "
"; echo"
     
 
"; footmsg(); echo "
 
     

"; } ?>