| Summary | skeleton/templates/common-header.inc has outdated API call stylesheetLink | 
| Queue | Skeleton | 
| Type | Bug | 
| State | Not A Bug | 
| Priority | 1. Low | 
| Owners | |
| Requester | ralf.lang (at) ralf-lang (dot) de | 
| Created | 08/13/2009 (5927 days ago) | 
| Due | |
| Updated | 08/13/2009 (5927 days ago) | 
| Assigned | |
| Resolved | 08/13/2009 (5927 days ago) | 
| Github Issue Link | |
| Github Pull Request | |
| Milestone | HEAD | 
| Patch | Yes | 
issue seems to be fixed in skeleton (horde-git)
Priority ⇒ 1. Low
New Attachment: skeleton.diff
Patch ⇒ Yes
Milestone ⇒ HEAD
Queue ⇒ Skeleton
Summary ⇒ skeleton/templates/common-header.inc has outdated API call stylesheetLink
Type ⇒ Bug
State ⇒ Unconfirmed
stylesheetLink function has been
removed from the library.
Fatal error: Call to undefined method Horde::stylesheetlink() in
/var/www/horde-dev/horde/skeleton/templates/common-header.inc on line 26
This Diff would repair it:
26c26
< <?php echo Horde::stylesheetLink('skeleton') ?>
---