Thread: <IMAGE_HEIGHT2>
View Single Post
  #6  
Old 12-22-2006, 04:38 PM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
Code:
$image_height2 = $image_height - 30;
$tpl = str_replace("<IMAGE_HEIGHT2>",$image_height2,$tpl);
well you could drop this in a php file and in the addon's folder and it works. To make it nicer you can use these:
Code:
These are displayed in a users admin panel under addons:
$addon_name
$addon_description
$addon_version
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote