Take templates from inside .phar if dir doesn't exist
Cette révision appartient à :
Parent
3b9307c84d
révision
5d6dc9a8b1
BIN
daux.phar
BIN
daux.phar
Fichier binaire non affiché.
@ -15,6 +15,11 @@ class Template
|
||||
*/
|
||||
public function __construct($base, $theme)
|
||||
{
|
||||
// Use templates from the phar archive if the templates dir doesn't exist.
|
||||
if (!is_dir($base)) {
|
||||
$base = 'phar://daux.phar/templates';
|
||||
}
|
||||
|
||||
// Create new Plates instance
|
||||
$this->engine = new Engine($base);
|
||||
if (!is_dir($theme)) {
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user