diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-04 00:35:31 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-04 00:35:31 +0000 |
commit | 3735013fbaf030e689b23d1fb4f2bb9930a8c28b (patch) | |
tree | f03fbd41dd505e17b6c7b3166ad0eb50fee58ba9 /phpBB/templates/PSO/overall_header.tpl | |
parent | 1f0632f5fa72652c8cc9d6c96d4d52c809f49017 (diff) | |
download | forums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.tar forums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.tar.gz forums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.tar.bz2 forums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.tar.xz forums-3735013fbaf030e689b23d1fb4f2bb9930a8c28b.zip |
Various updates, templating var changes, config array updates, etc.
git-svn-id: file:///svn/phpbb/trunk@242 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/PSO/overall_header.tpl')
-rw-r--r-- | phpBB/templates/PSO/overall_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl index fdadda147c..99a3c8b490 100644 --- a/phpBB/templates/PSO/overall_header.tpl +++ b/phpBB/templates/PSO/overall_header.tpl @@ -17,7 +17,7 @@ <tr> <th bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" border="0"> <tr> - <td><a href="{U_INDEX}"><img src="templates/PSO/images/pso-online-small.gif" border="0" alt="PSO Online Forums" /></a></td> + <td><a href="{U_INDEX}"><img src="images/title.gif" border="0" alt="phpBB2 development forums" /></a></td> <td align="right" valign="bottom"><font face="Arial,Helvetica,sans-serif" size="1"><a href="/">Back To {SITENAME}</a></font></td> </tr> </table></th> |