Closed (fixed)
Project:
Zen
Version:
6.x-1.0-beta3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 May 2009 at 17:57 UTC
Updated:
9 May 2013 at 17:07 UTC
I've got a subtheme based on zen_classic... but I want to customize the registration form. Per the D6 theming guide, that involves implementing function zen_classic_theme() in template.php, as well as adding some preprocess work and then creating a special template file.
But when I attempted that, I discovered that zen_classic already has zen_classic_theme stuff going on at line 83.
Well, I commented that out and everything seems to be fine, but since I have no idea what that code was doing, I'm uneasy.
Here are the lines in question...
<?php
function zen_classic_theme(&$existing, $type, $theme, $path) {
return zen_theme($existing, $type, $theme, $path);
}
?>
So, am I OK without them? What are they doing?
Comments
Comment #1
akalata commentedComment #2
aharown07 commentedFWIW, I'm no longer concerned about it. Things seem to work just fine w/o them.
Comment #3
jasonawantGiven the poster is no longer concerned about it.