Closed (fixed)
Project:
Field Collection Table
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 05:11 UTC
Updated:
27 Nov 2015 at 12:04 UTC
Jump to comment: Most recent
Comments
Comment #1
kristofferwiklund commentedI don't think that is a good approach as you then need to copy all the logic code in /theme/theme.inc, row 51 to 239.
What do you want to accomplish?
Comment #2
kaare@jglynn: You're doing it right. Remember to flush your cache.
This is the exact right approach if you want to override the output of something. This is the power of and curse with Drupal. Everything rendered should be extracted to a theme function for site builders or themers to override. If the theme function contains too much logic you're doing it wrong.