<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Matt, take a look at the Note on page 182: "Variables are only aggregated and passed into themable items that are implemented as template files. Variables are not passed into themable items implemented as theme functions."</div><div><br></div><div>Thus, if you do not have a breadcrumb.tpl.php file in your theme, that is why it is not happening for you.</div><div><br></div><div>Also, the Note on page 181 warns: "Don't use Garland as the active theme..."</div><div><br></div><div>If you do use Garland, you'll have to comment out the phptemplate_breadcrumb() function in Garland's template.php, as it is taking precedence.</div><div><br></div><div>John</div><br><div><div>On Oct 30, 2009, at 5:56 PM, Matt Funk wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="font-family: Arial; font-size: 16px; "><div style="font-family: Arial; font-size: 12pt; font-weight: 400; font-style: normal; ">Hi,<br><div style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div>I tried the support forum first, but no one seems to answer there, so forgive<span class="Apple-converted-space">&nbsp;</span><br>me if this is thread is misplaced.<br><div style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div>I am trying a simple thing:<br>I declare (straight from pro drupal development):<br><div style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div>function phptemplate_preprocess_breadcrumb(&amp;$variables) {<br>drupal_set_message(print_r("some message,true));<br>}<br><div style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div>After clearing the cache, i also check the theme-registry (via the developer<span class="Apple-converted-space">&nbsp;</span><br>module) and it is listed under breadcrumb-&gt;phptemplate_preprocess_breadcrumb<br><div style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div>as:<br>2 (String, 33 characters ) phptemplate_preprocess_breadcrumb | (Callback)<span class="Apple-converted-space">&nbsp;</span><br>phptemplate_preprocess_breadcrumb();<span class="Apple-converted-space">&nbsp;</span><br><div style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div>However, it is NEVER called as far as i can tell. Variables set in there are<span class="Apple-converted-space">&nbsp;</span><br>always empty and message set as shown above never show either.<br><div style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div>I am sorry to bother the list with this, but WHAT am i doing wrong?<br><div style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div><div style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><br></div>thanks<br>matt</div></span></span></blockquote></div><br></body></html>