drupal 7 - How do I theme the title of a block in a view -
I am using the idea and I have created a block. I need to add new members to a duration.
I tried to use the theme tpl files given by the ideas. The files at the top are visible-view.tpl.php, I have added a category for the first time "VisTest" Can see what starts slightly less than what I want. How can I override this section
& lt; Div class = "block-title" & gt; Latest subscriber & lt; / Div & gt; Code:
& lt; Section id = "block-views-5a3590203379433adabbd042516161b0" class = "block block-view clearfix" & gt; & Lt; Div class = "block-title" & gt; New members & lt; / Div & gt; & Lt; Div class = "view view-recently-added-update-view profile-id-recent_edited_updated profile view-display-id-newest_member -domain-id-e8042a917bbe79ecf65705f5c8bda2a3 vishaltest" & gt;
I think you need to access the block code via the block Will get more chance of using --views-view.tpl.php using $ block-> gt; Subject variable.
Comments
Post a Comment