DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Erik's picture

Unregistered

Feeds

aliases

  • Erik

Erik

8 months ago

in Drupal snippets on MikkoLehtinen.com
Changed a little for multisite breadcrumbs and language codes. Thank You :-)

function phptemplate_breadcrumb($breadcrumb) {
$site = $_SERVER["HTTP_HOST"];
$language = explode('/',$_REQUEST['q']);
if (($site == 'myswissdomain.ch' && $language[0] == 'fr') || ($site == 'www.myswissdomain.ch' && $language[0] == 'fr')){ $home = 'd’accueil'; }
else {$home = 'Home';}
$sep = ' » ';

$breadcrumb[0] = l(t($home), '');

return ''.implode($sep, $breadcrumb).'';

}

Returning? Login