Welcome Guest, Not a member yet? Register   Sign In
Need some help with my libraries
#8

[eluser]darkera13[/eluser]
Open file : phpbb3_template_compile.php

FIND :
Code:
global $phpEx;

        $filename = $this->template->cachepath . str_replace('/', '.', $this->template->filename[$handle]) . '.' . $phpEx;

REPLACE WITH :
Code:
$filename = $this->template->cachepath . str_replace('/', '.', $this->template->filename[$handle]) . '.php';


Messages In This Thread
Need some help with my libraries - by El Forum - 12-01-2007, 08:51 PM
Need some help with my libraries - by El Forum - 12-02-2007, 01:49 AM
Need some help with my libraries - by El Forum - 12-02-2007, 01:57 AM
Need some help with my libraries - by El Forum - 12-02-2007, 09:41 AM
Need some help with my libraries - by El Forum - 12-02-2007, 10:28 PM
Need some help with my libraries - by El Forum - 12-02-2007, 10:30 PM
Need some help with my libraries - by El Forum - 12-03-2007, 10:08 AM
Need some help with my libraries - by El Forum - 12-13-2007, 10:52 PM
Need some help with my libraries - by El Forum - 12-14-2007, 10:03 PM
Need some help with my libraries - by El Forum - 12-16-2007, 04:27 PM
Need some help with my libraries - by El Forum - 01-26-2008, 01:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB