<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Chris,<br>
<br>
Replacing the dash by an underscore in the theme name might help.
See <a class="moz-txt-link-freetext" href="https://drupal.org/node/143020">https://drupal.org/node/143020</a><br>
<br>
Regards,<br>
<br>
Gaele<br>
<br>
On 10/10/2013 06:49 PM, Chris Miller wrote:<br>
</div>
<blockquote
cite="mid:2108939944.32899.1381423798379.JavaMail.root@tryx.org"
type="cite">
<div style="font-family: arial, helvetica, sans-serif; font-size:
10pt; color: #000000">
<div>
<div>Hi Folks,<br>
</div>
<div><br>
</div>
<div>I am still trying to understand sub-themeing. I have four
themes installed and two enabled. Bartik(enabled),
Seven(enabled), Garland, Stark. I tried a minimal, trivial
sub-theme of Bartik by creating a subdirectory
/sites/all/themes/bartik-cjm populated as follows:<br>
</div>
<div><br>
</div>
<div style="padding-left: 30px;"><span style="font-family:
courier new,courier,monaco,monospace,sans-serif;">bartik-cjm/</span><br>
</div>
<div style="padding-left: 60px;"><span style="font-family:
courier new,courier,monaco,monospace,sans-serif;">bartik-cjm.info</span><br>
</div>
<div style="padding-left: 60px;"><span style="font-family:
courier new,courier,monaco,monospace,sans-serif;">css/</span><br>
</div>
<div style="padding-left: 90px;"><span style="font-family:
courier new,courier,monaco,monospace,sans-serif;">local.css</span><br>
</div>
<div><br>
</div>
<div><u><strong>bartik-cjm.info:</strong></u><br>
</div>
<div><br>
</div>
<div style="padding-left: 30px;"><span style="font-family:
courier new,courier,monaco,monospace,sans-serif;">name =
Bartik-cjm</span><br>
<span style="font-family: courier
new,courier,monaco,monospace,sans-serif;">base theme =
Bartik</span><br>
<br>
<span style="font-family: courier
new,courier,monaco,monospace,sans-serif;">core = 7.x</span><br>
<br>
<span style="font-family: courier
new,courier,monaco,monospace,sans-serif;">stylesheets[all][]
= css/local.css</span><br>
</div>
<div><br>
</div>
<div>According to everything I've read, and it has been a
increasing amount, this should be sufficient to create a
sub-theme named "Bartik-cjm" which inherits everything from
Bartik and overrides local.css with my copy. I believe I
should see this as one of the options in admin/appearance,
and I don't. I can see that $data[system_list][theme] is
populated from the MySQL database (select * from
cache_bootstrap where cid = "system_list";), which only has
my original four themes in the serialized object.<br>
</div>
<div><br>
</div>
<div>So, either the database must be updated somewhere,
somehow, by someone, -- OR -- Drupal must look at the
filesystem and realize that there is more to the story than
the database knows and extend the list. So, how does Drupal
become aware of the custom sub-theme? <br>
</div>
<div>-- <br>
</div>
<div><span></span>Chris.</div>
</div>
</div>
</blockquote>
<br>
</body>
</html>