Opened 17 years ago
Closed 17 years ago
#986 closed defect (bug) (fixed)
Missing image file in bp_core_admin_menu_icon_css()
| Reported by: | jeffsayre | Owned by: | jeffsayre |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.1 |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
In line 58 of bp_core_admin_menu_icon_css() located in bp-core-cssjs.php, there is a call to a background image file (admin_menu_icon.png) that paths to /bp-core/images/. However, the image file is not located there.
It is an easy fix since the file is now located in /themes/bp-default/_inc/images/.
A patch is attached.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Well spotted, but this image should probably not be in the theme, and actually in the plugin, since the theme does not control it.