Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 May 2012 at 16:28 UTC
Updated:
29 Jul 2014 at 20:42 UTC
This issue seems very similar to #362889: Move drupal_common_theme() from common.inc into theme.inc
Theme development for drupal is too complicated, and people often don't know where to find the code they are looking for.
In order to make the drupal theme process "make more sense" we should move theme functions to where they expect to be located.
- move all system module's theme functions back to the system module (system.theme.inc? system.module? ideas?)
- if these theme functions don't "belong" to system module, move them to theme.inc
?
Comments
Comment #1
bleen commentedhas this already been completed? ... I dont see any theme functions in common.inc any longer
fixed?
Comment #2
c4rl commentedYeah, I'm not sure I understand this one. AFAIK, there haven't been any theme functions in common.inc in D7 or even D6.
@jenlampton, can you clarify?
Comment #3
c4rl commented@jenlampton Do you instead mean theme.inc? Can you provide some examples?
Comment #4
jenlamptonSorry guys, this is duplicate of #362889: Move drupal_common_theme() from common.inc into theme.inc which is now fixed :)
Comment #4.0
jenlamptonadd link to other issue