Why not just use a block? You might have to add a region if you don't have one at the top of the page, but that's very simple.<br><br>Sam<br><blockquote style="margin: 1.5em 0pt;"></blockquote><br><br><div class="gmail_quote">
On Tue, Dec 8, 2009 at 11:18 AM, Steven Jones <span dir="ltr"><<a href="mailto:steven@aella.co.uk">steven@aella.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Holly,<br>
<br>
You'll actually need to create a module that implements hook_help<br>
(probably easier than it sounds).<br>
<br>
If you read this page:<br>
<a href="http://drupal.org/node/206753" target="_blank">http://drupal.org/node/206753</a><br>
and it's first two sub pages:<br>
<a href="http://drupal.org/node/206754" target="_blank">http://drupal.org/node/206754</a><br>
<a href="http://drupal.org/node/206756" target="_blank">http://drupal.org/node/206756</a><br>
<br>
then you'll have implemented your hook_help, and it'll be ready to<br>
customise to your hearts desire!<br>
<div class="im"><br>
Regards<br>
Steven Jones<br>
<br>
Phone : 02476 417 749<br>
Mobile : 07702 131 576<br>
Twitter : darthsteven<br>
<br>
<br>
<br>
</div>2009/12/8 Holly Ferree <<a href="mailto:hferree@gmail.com">hferree@gmail.com</a>>:<br>
<div><div></div><div class="h5">> I actually tried using it (so it either doesn't work or I'm doing something<br>
> wrong...(I'd bet the later)).<br>
> -------------------------<br>
><br>
> I tried in hook_help() in the template.php:<br>
><br>
> <?php<br>
><br>
> function hook_help($path, $arg) {<br>
> switch ($path) {<br>
><br>
> // Help info for the administration theme page<br>
><br>
> case 'admin/settings/admin':<br>
> return '<p>' . t('This theme is integrated with the color module! To<br>
> customize this theme go to the <a<br>
> href="/admin/build/themes/settings/accolade">settings page</a>. ') . '</p>';<br>
> }<br>
> };<br>
><br>
> ?><br>
><br>
> Thanks for your help,<br>
><br>
> Holly Ferree, Graphic Designer, BFA<br>
> 813.786.0852<br>
> <a href="mailto:hferree@gmail.com">hferree@gmail.com</a><br>
> <a href="http://www.designbyholly.com/" target="_blank">http://www.designbyholly.com/</a><br>
><br>
><br>
> On 12/8/09 5:45 AM, "Steven Jones" <<a href="mailto:steven@aella.co.uk">steven@aella.co.uk</a>> wrote:<br>
><br>
>> Or you can use hook_help:<br>
>> <a href="http://api.drupal.org/api/function/hook_help" target="_blank">http://api.drupal.org/api/function/hook_help</a><br>
>><br>
>> Regards<br>
>> Steven Jones<br>
>><br>
>> Phone : 02476 417 749<br>
>> Mobile : 07702 131 576<br>
>> Twitter : darthsteven<br>
>><br>
>><br>
>><br>
>> 2009/12/8 Chris Miller <<a href="mailto:chris@trailheadinteractive.com">chris@trailheadinteractive.com</a>>:<br>
>>> You can check $_GET['q'], or use the arg() function to check parts of the<br>
>>> current path.<br>
>>><br>
>>> Chris.<br>
>>><br>
>>> On Mon, Dec 7, 2009 at 2:07 PM, Holly Ferree <<a href="mailto:hferree@gmail.com">hferree@gmail.com</a>> wrote:<br>
>>>><br>
>>>> How do I print a specific message if the page is admin/settings/admin<br>
>>>> (administration theme page)?<br>
>>>><br>
>>>> I just want a little note at the top of the page to say that the color<br>
>>>> module can be used with the theme.<br>
>>>><br>
>>>><br>
>>>> Thanks,<br>
>>>><br>
>>>> Holly Ferree, Graphic Designer, BFA<br>
>>>> <a href="mailto:hferree@gmail.com">hferree@gmail.com</a><br>
>>>> <a href="http://www.designbyholly.com/" target="_blank">http://www.designbyholly.com/</a><br>
>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>> consulting mailing list<br>
>>>> <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
>>>> <a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Chris Miller<br>
>>> Trailhead Interactive<br>
>>> <a href="http://www.trailheadinteractive.com" target="_blank">http://www.trailheadinteractive.com</a><br>
>>> 406-750-0107<br>
>>><br>
>>> _______________________________________________<br>
>>> consulting mailing list<br>
>>> <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
>>> <a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
>>><br>
>>><br>
>> _______________________________________________<br>
>> consulting mailing list<br>
>> <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
>> <a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> consulting mailing list<br>
> <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
> <a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
><br>
_______________________________________________<br>
consulting mailing list<br>
<a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
</div></div></blockquote></div><br>