over 9 years ago
The final option is the creation of individual template files that are dedicated to overriding specific themable functions. This could be very helpful for the designer as PHP developer have done his work and designer now can do this XHTML and css work with it independently this is the major advantage of this technique.
Converting a function into a new template file gives both frontend and backend developer more flexibility than simply modifying the function inside the template.php file.
steps are as follows
Best Resource to understand is here About overriding themeable output
Please visit related Theming Blogs
Thanks
0 Comment(s)