Boxsize calculation?
Posted: 11 Apr 2012, 05:13
Can someone point me to where/how phocagallery calculates the boxsize and if there is an admin setting I can change for that size being calculated?
This is in relation to the file default_images.php
\components\com_phocagallery\views\category\tmpl\default_images.php
line 30
Thanks
GW
This is in relation to the file default_images.php
\components\com_phocagallery\views\category\tmpl\default_images.php
line 30
Code: Select all
echo '<div class="phocagallery-box-file '.$value->cls.'" style="height:'. $this->tmpl['imageheight']['boxsize'].'px; width:'.$this->tmpl['imagewidth']['boxsize'].'px;">'. "\n";GW