lightszentip/giftlist

Replace static template with dynamic template search

Closed this issue · 0 comments

Replace in https://github.com/lightszentip/giftlist/blob/master/app/classes/controller/ControllerSettings.php

the variable templateArray

private $templateArray = array('style', 'themecolor');

with dynamic search for templates.

At example search after dirs in /res/themes/ with style.css files.