Does Touch Icons need an update function for the D7 version?
In 6.x-1.x, we are storing the icons like 'sites/default/files/touch_icons/garland_apple-touch-icon.png'
this follows the D6 convention for logo and favicon, as well as keeping them tidy in their own touch icons folder. The variable storage format is just this pathname.
In D7 the variables are stored differently, using public:// URIs, and the logo/favicon uploads retain their filenames (they're not renamed as garland_logo.jpg like D6 does).
I ought to write an update function that will take the D6-style pathname and rewrite it as D7-style public:// URI.
Study D7 core themesettings update functions to see how logo and favicon paths are handled.
Comments
Comment #1
andrewmacpherson commentedComment #2
astonvictor commentedD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.