diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-03 15:15:05 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-03 15:15:05 +0000 |
| commit | 5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe (patch) | |
| tree | f8d13e00265bdb9ba762e77f14ee6000a9127da9 /phpBB/templates | |
| parent | 6567b4524a6e5459ff5f102e82aac820843952b2 (diff) | |
| download | forums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.tar forums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.tar.gz forums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.tar.bz2 forums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.tar.xz forums-5cf8169bfcbe74d97d7cdcc79e812a3bdb9f48fe.zip | |
Various changes, added site description to DB
git-svn-id: file:///svn/phpbb/trunk@1262 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
| -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 |
3 files changed, 11 insertions, 19 deletions
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> |
