diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/db/mssql_basic.sql | 1 | ||||
-rw-r--r-- | phpBB/db/mysql_basic.sql | 1 | ||||
-rwxr-xr-x | phpBB/db/postgres_basic.sql | 1 | ||||
-rw-r--r-- | phpBB/includes/page_header.php | 3 | ||||
-rw-r--r-- | phpBB/templates/subSilver/index_body.tpl | 3 | ||||
-rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 10 | ||||
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.tpl | 17 |
7 files changed, 16 insertions, 20 deletions
diff --git a/phpBB/db/mssql_basic.sql b/phpBB/db/mssql_basic.sql index af8ad9f116..3b7db5c33f 100644 --- a/phpBB/db/mssql_basic.sql +++ b/phpBB/db/mssql_basic.sql @@ -13,6 +13,7 @@ BEGIN TRANSACTION; */ INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename','yourdomain.com'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('site_desc','A _little_ text to describe your forum'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name','phpbb2mssql'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path','/'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain',''); diff --git a/phpBB/db/mysql_basic.sql b/phpBB/db/mysql_basic.sql index 62b01e4247..85fe7e853b 100644 --- a/phpBB/db/mysql_basic.sql +++ b/phpBB/db/mysql_basic.sql @@ -7,6 +7,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('config_id','1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename','yourdomain.com'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('site_desc','A _little_ text to describe your forum'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name','phpbb2mysql'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path','/'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain',''); diff --git a/phpBB/db/postgres_basic.sql b/phpBB/db/postgres_basic.sql index 8a85a51a51..85e650c91c 100755 --- a/phpBB/db/postgres_basic.sql +++ b/phpBB/db/postgres_basic.sql @@ -7,6 +7,7 @@ -- Config INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename','yourdomain.com'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('site_desc','A _little_ text to describe your forum'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name','phpbb2postgres'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path','/'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain',''); diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php index 0876397e25..b0310be5ea 100644 --- a/phpBB/includes/page_header.php +++ b/phpBB/includes/page_header.php @@ -186,7 +186,8 @@ else // should all S_x_ACTIONS for forms. // $template->assign_vars(array( - "SITENAME" => $board_config['sitename'], + "SITENAME" => $board_config['sitename'], + "SITE_DESCRIPTION" => $board_config['site_desc'], "PAGE_TITLE" => $page_title, "TOTAL_USERS_ONLINE" => $l_online_users, "LOGGED_IN_USER_LIST" => $online_userlist, diff --git a/phpBB/templates/subSilver/index_body.tpl b/phpBB/templates/subSilver/index_body.tpl index 8c44d79c51..d627e751f3 100644 --- a/phpBB/templates/subSilver/index_body.tpl +++ b/phpBB/templates/subSilver/index_body.tpl @@ -2,8 +2,7 @@ <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td align="left" valign="bottom"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td> - <td align="right" class="gensmall"><a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /> - on {LAST_VISIT_DATE}</td> + <td align="right" class="gensmall"><a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />{L_LAST_VISIT} {LAST_VISIT_DATE}</td> </tr> </table> diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index 790135885c..6feb03eab1 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -6,13 +6,6 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="Content-Style-Type" content="text/css" /> -<style type="text/css"> -<!-- ---> -</style> - - - {META} <title>{SITENAME} :: {PAGE_TITLE}</title> <style type="text/css"> @@ -223,8 +216,7 @@ a.copyright:hover { color: #000000; text-decoration: underline;} <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /> - <span class="gen">The development pad for subBlue design<br /> - </span> + <span class="gen">{SITE_DESCRIPTION}<br /> </span> <table cellspacing="0" cellpadding="2" border="0"> <tr> diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl index 29a6b752a8..ce6104cf52 100644 --- a/phpBB/templates/subSilver/viewforum_body.tpl +++ b/phpBB/templates/subSilver/viewforum_body.tpl @@ -74,11 +74,6 @@ <td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td> <td class="gensmall">{L_NO_NEW_POSTS}</td> <td> </td> - <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td> - <td class="gensmall">{L_ANNOUNCEMENT}</td> - <td> </td> - <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_TOPIC_IS_LOCKED}" width="19" height="18" /></td> - <td class="gensmall">{L_TOPIC_IS_LOCKED}</td> </tr> <tr> <td width="20" align="center"><img src="templates/subSilver/images/folder_new_hot.gif" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td> @@ -86,10 +81,16 @@ <td> </td> <td width="20" align="center"><img src="templates/subSilver/images/folder_hot.gif" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td> <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td> - <td> </td> - <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="{L_STICKY}" width="19" height="18" /></td> - <td class="gensmall">{L_STICKY}</td> </tr> + <tr> + <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="{L_STICKY}" width="19" height="18" /></td> + <td class="gensmall">{L_STICKY}</td> + <td> </td> + <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td> + <td class="gensmall">{L_ANNOUNCEMENT}</td> + <td> </td> + <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_TOPIC_IS_LOCKED}" width="19" height="18" /></td> + <td class="gensmall">{L_TOPIC_IS_LOCKED}</td> </table></td> <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> </table> |