punbb/help.php
changeset 3 c0c445d4a13e
parent 2 a8a21e1c7afa
--- a/punbb/help.php	Thu Jul 12 01:04:01 2007 -0400
+++ b/punbb/help.php	Thu Jul 12 15:00:35 2007 -0400
@@ -148,7 +148,7 @@
 		}
 	}
 
-	echo ' '.$lang_help['produces'].' <img src="img/smilies/'.$cur_img.'" width="15" height="15" alt="'.$cur_text.'" /><br />'."\n";
+	echo ' '.$lang_help['produces'].' <img src="' . scriptPath . '/punbb/img/smilies/'.$cur_img.'" width="15" height="15" alt="'.$cur_text.'" /><br />'."\n";
 }
 
 ?>