This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, feature/twig-template-engine has been updated
via 61e99dd63239f9d2acba9360c7e6f564e9827529 (commit)
from 128849c93e10d57ee5467767257441a6dd0b690e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 61e99dd63239f9d2acba9360c7e6f564e9827529
Author: Roland Mas <[email protected]>
Date: Fri Jun 12 12:40:37 2015 +0200
Make Funky-Twig inherit from Funky
diff --git a/src/www/themes/funky-twig/Theme.class.php
b/src/www/themes/funky-twig/Theme.class.php
index 05c9de5..f0f7b52 100644
--- a/src/www/themes/funky-twig/Theme.class.php
+++ b/src/www/themes/funky-twig/Theme.class.php
@@ -28,7 +28,7 @@ require_once $gfwww.'include/Layout.class.php';
require_once 'Twig/Autoloader.php';
Twig_Autoloader::register();
-class Theme_Funky_Twig extends Layout {
+class Theme_Funky_Twig extends Theme_Funky {
function __construct() {
parent::__construct();
$this->themeurl = util_make_uri('themes/funky/');
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky-twig/Theme.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/www/themes/funky-twig/Theme.class.php
b/src/www/themes/funky-twig/Theme.class.php
index 05c9de5..f0f7b52 100644
--- a/src/www/themes/funky-twig/Theme.class.php
+++ b/src/www/themes/funky-twig/Theme.class.php
@@ -28,7 +28,7 @@ require_once $gfwww.'include/Layout.class.php';
require_once 'Twig/Autoloader.php';
Twig_Autoloader::register();
-class Theme_Funky_Twig extends Layout {
+class Theme_Funky_Twig extends Theme_Funky {
function __construct() {
parent::__construct();
$this->themeurl = util_make_uri('themes/funky/');
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits