Closed (fixed)
Project:
Zen
Version:
7.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
23 Oct 2010 at 00:27 UTC
Updated:
9 Feb 2018 at 02:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedLine 51 should be updated to say: "Then, visit your site's admin/appearance/update to refresh Drupal 6's cache of"
Line 85 & 86 should reference admin/appearance
Line 115 & 116 refernce Drupal 6, and give a link to D6 theming guide. Needs updated.
Comment #2
Anonymous (not verified) commentedThe README.txt inside STARTKIT/css/ has D6 references as well
Comment #3
heavy_engineer commentedI think this is a documentation issue; I followed the readme for manually creating a subtheme, then got:
Call to undefined function zen_theme() in /var/www/initsix.co.uk/trunk/sites/initsix.co.uk/themes/initsix/template.php on line 68
Appears to me that zen_theme() is no longer around (can't find it), so there is no need to return the hooks from zen_theme.
So to fix the above issue, comment out lines 67 through 75 in template.php of your subtheme (unless this breaks something somewhere)
and the documentation will need to be changed if there is no other impact from not using zen_theme()
Comment #4
n8tronREADME updates started.
#1053874: Update README in STARTERKIT/templates
#1053934: UPDATED: Zen STARTERKIT README.txt
Comment #5
johnalbinMoving Nate's patch over here.
Comment #6
johnalbinThanks, n8tron and Mtro! You're in the CHANGELOG now.
Fixed. http://drupal.org/cvs?commit=502886
Comment #7
johnalbinAlso http://drupal.org/cvs?commit=503636