New Zenner
- Join Date:
- Sep 2006
- Posts:
- 7
- Plugin Contributions:
- 0
Better Categories Contrib & ezpages
Thanks SpottedHaggis:smile: I couldn't find it in css, but I looked into the php coding and for both sets of graphics (assigned to category and information sideboxes) the code was already written to address the "factory install" without spaces between the .gif and the first letter of text.
So here is what the considerate and "future-thinking" creator of this contribution wrote into the code (before line 20 in all five of the below listed docs):
$pointer = zen_image(DIR_WS_TEMPLATE_IMAGES . 'bc_info.gif');
// uncomment next line to add 1 space between image & text
// $pointer .= ' ';
So I did that in the following:
includes/modules/sideboxes/YOUR_TEMPLATE/information.php
includes/modules/sideboxes/YOUR_TEMPLATE/more_information.php
and
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_categories.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_document_categories.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_ezpages.php
All is well now and I'm a bit more educated :smartass: