punbb/help.php
changeset 3 c0c445d4a13e
parent 2 a8a21e1c7afa
equal deleted inserted replaced
2:a8a21e1c7afa 3:c0c445d4a13e
   146 			unset($smiley_text[$next]);
   146 			unset($smiley_text[$next]);
   147 			unset($smiley_img[$next]);
   147 			unset($smiley_img[$next]);
   148 		}
   148 		}
   149 	}
   149 	}
   150 
   150 
   151 	echo ' '.$lang_help['produces'].' <img src="img/smilies/'.$cur_img.'" width="15" height="15" alt="'.$cur_text.'" /><br />'."\n";
   151 	echo ' '.$lang_help['produces'].' <img src="' . scriptPath . '/punbb/img/smilies/'.$cur_img.'" width="15" height="15" alt="'.$cur_text.'" /><br />'."\n";
   152 }
   152 }
   153 
   153 
   154 ?>
   154 ?>
   155 		<br />
   155 		<br />
   156 	</div>
   156 	</div>