Ответов: 268 Просмотров: 97789
 |
У меня это прописано в includes\pathway.php
code: if(count($path_arr)>0)
{
$img = '';
$imgPath = 'templates/'.$lm_template.'/images/arrow.png';
if (file_exists( "$lm_absolute_path/$imgPath" ))
{$img = '<img src="' . sefRelToAbs( $imgPath ). '" border="0" alt="arrow" />';}
else
{
$imgPath = 'images/M_images/arrow.png';
if (file_exists( $lm_absolute_path . $imgPath ))
{$img = '<img src="' . $lm_website . 'images/M_images/arrow.png" alt="arrow" />';}
else
{$img = '>';}
}
Файл картинки - arrow.png |