[Tickets #8494] skeleton/templates/common-header.inc has outdated API call stylesheetLink

bugs at horde.org bugs at horde.org
Thu Aug 13 12:11:22 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8494
------------------------------------------------------------------------------
  Ticket             | 8494
  Created By         | Ralf Lang <ralf.lang at ralf-lang.de>
  Summary            | skeleton/templates/common-header.inc has outdated API
                     | call stylesheetLink
  Queue              | Skeleton
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          | HEAD
  Patch              | 1
  Owners             |
+New Attachment     | skeleton.diff
------------------------------------------------------------------------------


Ralf Lang <ralf.lang at ralf-lang.de> (2009-08-13 08:11) wrote:

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() ?>







More information about the bugs mailing list