idigital
October 24th, 2004, 23:47
Well, didn't know where to post this, there's no 4.5.1 forum anymore and doesn't seem to be any bug forum either.
Anyway, was hacking away today and noticed that the small class is not given a pageclass_sfx, anywhere on the site.
Dunno if this has been fixed in 4.5.2 CVS or what, but if you do a search in com_content.html.php it's easy enough to fix.
Search for "small" and in every instance where you see this:
<span class="small">
Just replace it with this:
<span class="small<?php echo $params->get( 'pageclass_sfx' ); ?>">
There ya go.
Cheers,
Damian
Anyway, was hacking away today and noticed that the small class is not given a pageclass_sfx, anywhere on the site.
Dunno if this has been fixed in 4.5.2 CVS or what, but if you do a search in com_content.html.php it's easy enough to fix.
Search for "small" and in every instance where you see this:
<span class="small">
Just replace it with this:
<span class="small<?php echo $params->get( 'pageclass_sfx' ); ?>">
There ya go.
Cheers,
Damian