ubc-web-services / Megatron

Drupal 7 theme for the UBC CLF
http://ubc-web-services.github.com/Megatron/
9 stars 8 forks source link

Breadcrumbs and home button don't use $base_path #7

Closed reinette closed 11 years ago

reinette commented 11 years ago

The template seems to assume that the site is deployed at the root of a domain. Not always true :)

The $breadcrumb in megatron_breadcrumb() simply has an a href="/" for the home breadcrumb, better would be to use $base_path, which defaults to "/" if its not set.

The megatron_ubc_clf_header() function makes the same assumption.

occupant commented 11 years ago

You're absolutely right. I've updated and committed the changes.

Cheers, James