I see this in template.php;
Code:
$yilmazrandomimg_find = '<div class="toolbar">';
$yilmazrandomimg_replace = '<div style="display: table-caption;text-align: center;"><img src="core/packages/yilmazrandomimg/img/'.$randomnum.'.png" alt="Random image" /></div><div class="toolbar">';
$result['header'] = str_replace($yilmazrandomimg_find, $yilmazrandomimg_replace, $result['header']);
But when I view a page and check it's page source, the replacement of "<div class="toolbar">" isn't taking place... I still find the original "<div class="toolbar">" in the page source and there is no "<img src="core/packages/yilmazrandomimg/img/'" inside the page source at all...
If I can get that replacement to work, I can just modify that file to display it like I'm trying to do.