#796 closed defect (bug) (fixed)
Skeleton theme: Options and User Bar are showing incorrectly on directory pages
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | minor | |
| Severity: | Version: | ||
| Component: | Keywords: | ||
| Cc: |
Description
In header.php in the skeleton template it directly calls:
<?php load_template ( TEMPLATEPATH . '/optionsbar.php' ); ?>
This incorrectly bypasses any checking to see if it is a directory.
Instead, replace this line with:
<?php bp_get_optionsbar(); ?>
and everything works fine.
The same applies to the userbar.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Milestone 1.0.2 deleted