Download & Extend

Decouple having to load skin info when we only need to apply skins

Project:Skinr
Version:7.x-2.x-dev
Component:Code
Category:task
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

Further decouple the current mess of having to load skin info when we only need and want to apply skins and skin info is totally not required.

We basically need to clean up skinr_preprocess() as much as possible by removing dependencies on skinr_get_skin_info() and similar resource heavy functions (either through caching, or other options).