<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Roger" &lt;arelem@bigpond.com&gt;<br><b>To: </b>support@drupal.org<br><b>Sent: </b>Wednesday, October 9, 2013 3:46:49 PM<br><b>Subject: </b>[support] Trivial sub-theme: Renaming Bartik<br><div><br></div><br>&gt;&gt; You also have to change all occurrences of Bartik in the files to<br>&gt;&gt; your new name.<br>&gt; I don't think there are any such occurrences. Which "files" do you mean?<br>&gt;<br><div><br></div><br>go to drupal core &nbsp;themes/bartik/templates. &nbsp; Not /sites/all/themes.<br>Copy the page.tpl.php and node.tpl.php to your <br>/bartic-copy/sites/all/themes/<br>Copy the /themes/bartik/template.php to your /bartic-copy/sites/all/themes/<br><div><br></div>Then open template.php in your subtheme folder and change every instance <br>of bartik_preprocess to your subthemename_preprocess.<br><div><br></div>page.tpl.php is where drupal calls the theme bits and piecs from to <br>fashion your page. You can manipulate this as you want but I suggest you <br>don't.<br><div><br></div>You can copy the /bartik/css folder over to your subtheme <br>/sites/all/themes/yoursubtheme/ so you can override core theming using <br>the correct terminology.<br><div><br></div>Now the trap you will run into is:<br>When you update Drupal core, it updates the core bartik theme which <br>calls on a lot of core includes and this can break your bartiksubtheme. <br>Been there, done that.<br><div><br></div>Hope this helps</blockquote><div>This is certainly the clearest explanation of how to create a sub-theme, but it confuses me.&nbsp; I'm lead to believe that it is not necessary to reproduce all of the contents of the base theme in the directory of the sub-theme; the point is to inherit all of this so you also inherit updates.&nbsp; If I read this correctly (<span class="Object" id="OBJ_PREFIX_DWT9931_com_zimbra_url"><span class="Object" id="OBJ_PREFIX_DWT9937_com_zimbra_url"><a href="https://drupal.org/node/225125" target="_blank" data-mce-href="https://drupal.org/node/225125">https://drupal.org/node/225125</a></span></span>) I don't need to provide anything but at least one new stylesheet; everything is inherited from the base theme.<br></div><div><br></div><div>Thanks for the help,<br></div><div><br></div><div><span name="x"></span><div>Chris.</div><br></div></div></body></html>