TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: Karma on November 24, 2008, 04:27:48 AM
In TPBlocks.template.php, an image is being linked with the wrong path where menu blocks are rendered.
All that needs to be changed is at TPBlocks.template.php:99
From
echo '<img src="'.$settings['images_url'].'/TPdivider2.gif" alt="" /> ';
To
echo '<img src="'.$settings['tp_images_url'].'/TPdivider2.gif" alt="" /> ';
This line or image calling doesn't exist anymore in 1.0beta3, nor was it present in TP 1.0.6beta2.
Bug report closed.