Welcome Guest, Not a member yet? Register   Sign In
Twiggy - Twig template engine implementation
#10

[eluser]Unknown[/eluser]
Hi CreeAll,

I found solution for change theme.

Open file "sparks/Twiggy/0.8.5/libraries/Twiggy.php" and chnage some code in private function _set_template_locations($theme)
line
Code:
$this->_template_locations[] = $loc . $this->_module . '/' . $this->_config['themes_base_dir'] . $theme;

to
Code:
$this->_template_locations = array($loc . $this->_module . '/' . $this->_config['themes_base_dir'] . $theme);

and line
Code:
$this->_template_locations[] =  $this->_themes_base_dir . $theme;

to
Code:
$this->_template_locations =  array($this->_themes_base_dir . $theme);


Messages In This Thread
Twiggy - Twig template engine implementation - by El Forum - 03-24-2012, 02:58 PM
Twiggy - Twig template engine implementation - by El Forum - 04-04-2012, 10:44 AM
Twiggy - Twig template engine implementation - by El Forum - 04-04-2012, 11:43 AM
Twiggy - Twig template engine implementation - by El Forum - 04-05-2012, 07:36 AM
Twiggy - Twig template engine implementation - by El Forum - 04-05-2012, 07:45 AM
Twiggy - Twig template engine implementation - by El Forum - 04-05-2012, 08:33 AM
Twiggy - Twig template engine implementation - by El Forum - 05-01-2012, 09:56 AM
Twiggy - Twig template engine implementation - by El Forum - 05-01-2012, 10:50 PM
Twiggy - Twig template engine implementation - by El Forum - 06-17-2012, 07:18 PM
Twiggy - Twig template engine implementation - by El Forum - 07-03-2012, 03:27 AM
Twiggy - Twig template engine implementation - by El Forum - 08-29-2012, 11:48 PM
Twiggy - Twig template engine implementation - by El Forum - 11-20-2012, 09:19 AM
Twiggy - Twig template engine implementation - by El Forum - 11-20-2012, 09:20 AM
Twiggy - Twig template engine implementation - by El Forum - 11-24-2012, 10:35 AM
Twiggy - Twig template engine implementation - by El Forum - 01-12-2013, 02:59 AM
Twiggy - Twig template engine implementation - by El Forum - 01-16-2013, 12:57 PM
Twiggy - Twig template engine implementation - by El Forum - 03-21-2013, 05:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB