Closed (fixed)
Project:
Zentropy
Version:
7.x-2.0-rc5
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 01:08 UTC
Updated:
23 Sep 2012 at 13:07 UTC
Ive been having issues trying to use theme functions in my template.php file. Ive tried overriding MYHEME_uc_cart_block_summary, and MYTHEME_fivestar_static with no luck.
Is there something im missing here? do i need to do an extra step if im using a zentropy sub-theme?
I couldnt find anything about it in the documentation, so i apologize if it is actually there and i just missed it.
Thanks,
Comments
Comment #1
azarzag commentedIm still not able to override theme funcitons in my template.php file. Can someone help me out here?
Comment #2
azarzag commentedSo i finally discover what the problem is.
In my zentropy subtheme's template.php I have the following lines
/* Add your own custom logic in between the following lines:
--------------------------------------------------------------------*/
/* STOP!!!! Don't edit this function below this line!
--------------------------------------------------------------------*/
If i DO add theme functions, i havent tried using hooks yet, between these 2 lines they WONT take effect. I had to move all my theme functions to the beginning of my template.php
Comment #3
azarzag commented