Question, since this issue just popped up on my forum with Calorie's photoplog thumb hack. (
here).
The only template call that I see in the .php file is this:
Code:
eval('$home[$mods[\'modid\']][\'content\'] = "' . fetch_template('adv_portal_photoplog_thumbs') . '";');
Would I just add $globaltemplates to the end of that, since it's not really an action template (it just displays thumbnails) or am I way off the mark?