<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Unfortunately, I don't know if a module can be packaged with a theme...<br>
<br>
Steven Jones wrote:
<blockquote
cite="mid:f27865f50912080818t627ffc03u2c430af3d01437f@mail.gmail.com"
type="cite">
<pre wrap="">Hi Holly,
You'll actually need to create a module that implements hook_help
(probably easier than it sounds).
If you read this page:
<a class="moz-txt-link-freetext" href="http://drupal.org/node/206753">http://drupal.org/node/206753</a>
and it's first two sub pages:
<a class="moz-txt-link-freetext" href="http://drupal.org/node/206754">http://drupal.org/node/206754</a>
<a class="moz-txt-link-freetext" href="http://drupal.org/node/206756">http://drupal.org/node/206756</a>
then you'll have implemented your hook_help, and it'll be ready to
customise to your hearts desire!
Regards
Steven Jones
Phone : 02476 417 749
Mobile : 07702 131 576
Twitter : darthsteven
2009/12/8 Holly Ferree <a class="moz-txt-link-rfc2396E" href="mailto:hferree@gmail.com"><hferree@gmail.com></a>:
</pre>
<blockquote type="cite">
<pre wrap="">I actually tried using it (so it either doesn't work or I'm doing something
wrong...(I'd bet the later)).
-------------------------
I tried in hook_help() in the template.php:
<?php
function hook_help($path, $arg) {
switch ($path) {
// Help info for the administration theme page
case 'admin/settings/admin':
return '<p>' . t('This theme is integrated with the color module! To
customize this theme go to the <a
href="/admin/build/themes/settings/accolade">settings page</a>. ') . '</p>';
}
};
?>
Thanks for your help,
Holly Ferree, Graphic Designer, BFA
813.786.0852
<a class="moz-txt-link-abbreviated" href="mailto:hferree@gmail.com">hferree@gmail.com</a>
<a class="moz-txt-link-freetext" href="http://www.designbyholly.com/">http://www.designbyholly.com/</a>
On 12/8/09 5:45 AM, "Steven Jones" <a class="moz-txt-link-rfc2396E" href="mailto:steven@aella.co.uk"><steven@aella.co.uk></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Or you can use hook_help:
<a class="moz-txt-link-freetext" href="http://api.drupal.org/api/function/hook_help">http://api.drupal.org/api/function/hook_help</a>
Regards
Steven Jones
Phone : 02476 417 749
Mobile : 07702 131 576
Twitter : darthsteven
2009/12/8 Chris Miller <a class="moz-txt-link-rfc2396E" href="mailto:chris@trailheadinteractive.com"><chris@trailheadinteractive.com></a>:
</pre>
<blockquote type="cite">
<pre wrap="">You can check $_GET['q'], or use the arg() function to check parts of the
current path.
Chris.
On Mon, Dec 7, 2009 at 2:07 PM, Holly Ferree <a class="moz-txt-link-rfc2396E" href="mailto:hferree@gmail.com"><hferree@gmail.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">How do I print a specific message if the page is admin/settings/admin
(administration theme page)?
I just want a little note at the top of the page to say that the color
module can be used with the theme.
Thanks,
Holly Ferree, Graphic Designer, BFA
<a class="moz-txt-link-abbreviated" href="mailto:hferree@gmail.com">hferree@gmail.com</a>
<a class="moz-txt-link-freetext" href="http://www.designbyholly.com/">http://www.designbyholly.com/</a>
_______________________________________________
consulting mailing list
<a class="moz-txt-link-abbreviated" href="mailto:consulting@drupal.org">consulting@drupal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a>
</pre>
</blockquote>
<pre wrap="">
--
Chris Miller
Trailhead Interactive
<a class="moz-txt-link-freetext" href="http://www.trailheadinteractive.com">http://www.trailheadinteractive.com</a>
406-750-0107
_______________________________________________
consulting mailing list
<a class="moz-txt-link-abbreviated" href="mailto:consulting@drupal.org">consulting@drupal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a>
</pre>
</blockquote>
<pre wrap="">_______________________________________________
consulting mailing list
<a class="moz-txt-link-abbreviated" href="mailto:consulting@drupal.org">consulting@drupal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a>
</pre>
</blockquote>
<pre wrap="">
_______________________________________________
consulting mailing list
<a class="moz-txt-link-abbreviated" href="mailto:consulting@drupal.org">consulting@drupal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a>
</pre>
</blockquote>
<pre wrap=""><!---->_______________________________________________
consulting mailing list
<a class="moz-txt-link-abbreviated" href="mailto:consulting@drupal.org">consulting@drupal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Aaron Winborn
Advomatic, LLC
<a class="moz-txt-link-freetext" href="http://advomatic.com/">http://advomatic.com/</a>
Drupal Multimedia available in September!
<a class="moz-txt-link-freetext" href="http://www.packtpub.com/create-multimedia-website-with-drupal/book">http://www.packtpub.com/create-multimedia-website-with-drupal/book</a>
My blog:
<a class="moz-txt-link-freetext" href="http://aaronwinborn.com/">http://aaronwinborn.com/</a></pre>
</body>
</html>