]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/templates/Helius/Helius.cfg
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / templates / Helius / Helius.cfg
diff --git a/phpBB2/templates/Helius/Helius.cfg b/phpBB2/templates/Helius/Helius.cfg
deleted file mode 100644 (file)
index 1408ceb..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-<?php\r
-//\r
-// **      Configuration file for Helius template       **\r
-//\r
-// Please note that to enable support of different languages\r
-// the {LANG} place holder is available. This will be replaced\r
-// with xxx where xxx is the users selected language. If\r
-// that language isn't available it will default to english. \r
-// Therefore you MUST ensure you have at least a english \r
-// directory if you choose to localise your template\r
-//\r
-\r
-//\r
-// Do not alter this line!\r
-//\r
-define(TEMPLATE_CONFIG, TRUE);\r
-\r
-$current_template_images = $current_template_path . "/images";\r
-$template_dir = $current_template_path;\r
-if((strlen($phpbb_root_path) > 0) && (substr($template_dir, 0, strlen($phpbb_root_path)) !== $phpbb_root_path))\r
-{\r
-       $template_dir = $phpbb_root_path . $template_dir;\r
-}\r
-\r
-//\r
-// testing if image exists\r
-//\r
-$test_file = $template_dir . '/images/lang_{LANG}/btn_login.gif';\r
-$lang = 'english';\r
-if(@file_exists(str_replace('{LANG}', $board_config['default_lang'], $test_file)))\r
-{\r
-       // image exists, setting language variable to correct url\r
-       $lang = $board_config['default_lang'];\r
-}\r
-elseif($board_config['default_lang'] !== 'english')\r
-{\r
-       // image doesn't exist, testing if there is english version\r
-       if(!@file_exists(str_replace('{LANG}', 'english', $test_file)))\r
-       {\r
-               // nothing found. setting to default language\r
-               $lang = $board_config['default_lang'];\r
-       }\r
-}\r
-\r
-//\r
-// adding custom template variables\r
-//\r
-$template->assign_vars(array(\r
-       'LANG' => $lang,\r
-       'T_TEMPLATE_PATH' => $template_dir,\r
-       'C_ROW1' => '#EDEFF2',\r
-       'C_ROW1_OVER' => '#F8F9FA',\r
-       'C_ROW2' => '#DDE2EC',\r
-       'C_ROW2_OVER' => '#EBEEF3',\r
-       'C_ROW3' => '#E2E6EE',\r
-       'C_ROW3_OVER' => '#ECEFF4',\r
-       'C_VERSION' => '1.91',\r
-       'TPL_FORUM_URL' => urlencode($board_config['server_name'] . $board_config['script_path']),\r
-       'TPL_HDR1' => '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="50" align="right" valign="bottom"><img src="' . $template_dir . '/images/top_left.gif" width="50" height="28" border="0" alt="" /></td><td width="100%" align="center" valign="middle" background="' . $template_dir . '/images/top_center.gif">',\r
-       'TPL_HDR2' => '</td><td width="50" align="left" valign="bottom"><img src="' . $template_dir . '/images/top_right.gif" width="50" height="28" border="0" alt="" /></td></tr></table>',\r
-       'TPL_FTR' => '<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td width="40" align="right" valign="top"><img src="' . $template_dir . '/images/bottom_left.gif" width="40" height="9" border="0" alt="" /></td><td width="100%" background="' . $template_dir . '/images/bottom_center.gif"><img src="' . $template_dir . '/images/spacer.gif" width="1" height="1" border="0" alt="" /></td><td width="40" align="left" valign="top"><img src="' . $template_dir . '/images/bottom_right.gif" width="40" height="9" border="0" alt="" /></td></tr></table>'\r
-       ));\r
-\r
-$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif";\r
-$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif";\r
-$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif";\r
-$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif";\r
-$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif";\r
-$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif";\r
-$images['icon_delpost'] = "$current_template_images/icon_delete.gif";\r
-$images['icon_ip'] = "$current_template_images/icon_ip.gif";\r
-$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif";\r
-$images['icon_icq'] = "$current_template_images/icon_icq_add.gif";\r
-$images['icon_aim'] = "$current_template_images/icon_aim.gif";\r
-$images['icon_yim'] = "$current_template_images/icon_yim.gif";\r
-$images['icon_msnm'] = "$current_template_images/icon_msnm.gif";\r
-$images['icon_minipost'] = "$current_template_images/icon_minipost.gif";\r
-$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif";\r
-$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif";\r
-$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif";\r
-$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif";\r
-\r
-$images['forum'] = "$current_template_images/folder_big.gif";\r
-$images['forum_new'] = "$current_template_images/folder_new_big.gif";\r
-$images['forum_locked'] = "$current_template_images/folder_locked_big.gif";\r
-\r
-$images['folder'] = "$current_template_images/folder.gif";\r
-$images['folder_new'] = "$current_template_images/folder_new.gif";\r
-$images['folder_hot'] = "$current_template_images/folder_hot.gif";\r
-$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif";\r
-$images['folder_locked'] = "$current_template_images/folder_lock.gif";\r
-$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif";\r
-$images['folder_sticky'] = "$current_template_images/folder_sticky.gif";\r
-$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif";\r
-$images['folder_announce'] = "$current_template_images/folder_announce.gif";\r
-$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif";\r
-\r
-$images['post_new'] = "$current_template_images/{LANG}/post.gif";\r
-$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif";\r
-$images['reply_new'] = "$current_template_images/{LANG}/reply.gif";\r
-$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif";\r
-\r
-$images['pm_inbox'] = "$current_template_images/msg_inbox.gif";\r
-$images['pm_outbox'] = "$current_template_images/msg_outbox.gif";\r
-$images['pm_savebox'] = "$current_template_images/msg_savebox.gif";\r
-$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif";\r
-$images['pm_readmsg'] = "$current_template_images/folder.gif";\r
-$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif";\r
-$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif";\r
-$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif";\r
-$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif";\r
-$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif";\r
-$images['pm_new_msg'] = "";\r
-$images['pm_no_new_msg'] = "";\r
-\r
-$images['Topic_watch'] = "";\r
-$images['topic_un_watch'] = "";\r
-$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif";\r
-$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif";\r
-$images['topic_mod_split'] = "$current_template_images/topic_split.gif";\r
-$images['topic_mod_move'] = "$current_template_images/topic_move.gif";\r
-$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif";\r
-\r
-$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";\r
-$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";\r
-$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";\r
-$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";\r
-$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";\r
-\r
-//\r
-// Vote graphic length defines the maximum length of a vote result\r
-// graphic, ie. 100% = this length\r
-//\r
-$board_config['vote_graphic_length'] = 300;\r
-$board_config['privmsg_graphic_length'] = 175;\r
-\r
-?>
\ No newline at end of file