Renamed 'ship-simu' to 'shipsimu' + added 'core' and symlink to core/inc
[shipsimu.git] / application / shipsimu / templates / de / image / emergency_exit.img
1 <?php
2 // Needed in every image template to initialy set the image type
3 $helper = ImageHelper::createImageHelper($this, 'png');
4 $helper->setImageName('emergency_exit');
5 $helper->setBaseImage('base_exit');
6
7 // Set image dimensions
8 $helper->setWidth(100);
9 $helper->setHeight(50);
10
11 // Flush content to the template engine
12 //$helper->flushContent();
13
14 // Comment this out if image is done
15 $this->debugInstance();
16
17 // [EOF]
18 ?>