// z-Heaven Theme by zszywak (http://z-themes.prv.pl) // theme settings $body_text = "#000000"; $body_bg = "#FFFFFF"; $theme_width = "100%"; $theme_width_l = "180"; $theme_width_r = "180"; function render_header($header_content) { global $theme_width,$settings,$userdata,$locale; echo ""; echo "
\n";
echo "
|
||
$header_content |
\n"; $i = 1; while($data = dbarray($result)) { if ($data['link_url']!="---") { if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) { echo "".$data['link_name'].""; } else { echo "".$data['link_name'].""; } } if ($i != dbrows($result)) { echo " *\n"; } else { echo "\n"; } $i++; } echo " | \n"; } echo "".ucwords(showdate("%A, %d %B, %Y", time()))." |
".stripslashes($settings['footer'])." |
|
$subject | ||
$news | ||
|
$subject | ||
\n"; echo ($info['article_breaks'] == "y" ? nl2br($article) : $article)." | ||
|
$title |
\n"; } function closetable() { echo " |
$title |
\n"; } function closeside() { echo " |
|
||
\n";
}
function closesidex() {
echo "
|