By anithegregorian on
I want a way to customize the output of the search block and a views block which is created by using Views module. I have already made the .tpl.php of the resembling block ie. block-search-0.tpl.php and block-views-latest_articles-block.tpl.php respectively to control the output. But what I need to do is to do some twiddling with the output of $block->content. I want to get into the $block->content ie. what is inside content, element by element better if I can get it like array elements. Is there a way to output the content by modifying them? The need to modifying them is because I need to use customized styles for them and it aint possible by CSS.