6.0.0-beta1
7/8/25

[#8494] skeleton/templates/common-header.inc has outdated API call stylesheetLink
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 (5808 days ago)
Due
Updated 08/13/2009 (5808 days ago)
Assigned
Resolved 08/13/2009 (5808 days ago)
Github Issue Link
Github Pull Request
Milestone HEAD
Patch Yes

History
08/13/2009 11:07:50 PM Michael Rubinsky State ⇒ Not A Bug
 
08/13/2009 10:40:23 PM Ralf Lang Comment #2 Reply to this comment
I have been informed that skeleton (CVS) is no longer maintained. The 
issue seems to be fixed in skeleton (horde-git)
08/13/2009 12:11:21 PM Ralf Lang Comment #1
Priority ⇒ 1. Low
New Attachment: skeleton.diff Download
Patch ⇒ Yes
Milestone ⇒ HEAD
Queue ⇒ Skeleton
Summary ⇒ skeleton/templates/common-header.inc has outdated API call stylesheetLink
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Skeleton-HEAD did not work in current Horde-HEAD because the 
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') ?>

---
<?php echo Horde::includeStylesheetFiles() ?>

Saved Queries