diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index aa9e9776f9..c946a501ae 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -328,11 +328,11 @@ a.topictitle:active {  /* Back to top of page */  a.top { -	background-image: url("{T_THEME_PATH}/images/top.gif"); +	background-image: url("{T_IMAGESET_PATH}/images/top.gif");  }  a.top2 { -	background-image: url("{T_THEME_PATH}/images/top.gif"); +	background-image: url("{T_IMAGESET_PATH}/images/top.gif");  }  /* Arrow links  */  | 
