Skip to main content

css listing title - whitespace @ categorie title

1.3K Views
0 Replies
1 min read
i have two suggestions:

1) system wide component title/listing style
now you have this in your list.php for styling titles
	<div id="poll_title">
<?php echo JText::_('TITLE_POLL_LIST'); ?>
<?php
if($this->category && $this->categories->id){
echo ":" . $this->categories->title;
}
?>
</div>
but this is for the hole main website look a braking style, the mainly rest of my components get the default template title styling with componentheading. i would like to appreciate when you change your styling for a better uniform look.
class="componentheading"


2) wrong whitespace
in the file "root/components/com_communitypolls/templates/default/file.php" on "line 15"
echo ":" . $this->categories->title;

now
TITLE :CAT
sould be
TITLE: CAT

{CJATTACHMENT }

0 Replies

No Replies Yet

Topic Author

N

n00bster

@n00bster

Topic Stats

Created Monday, 28 March 2011 13:06
Last Updated Monday, 28 March 2011 13:06
Replies 0
Views 1.3K
Likes 0

Share This Topic