2017-03-29 22:49:38 +02:00
|
|
|
<?php
|
|
|
|
/* -- BEGIN LICENSE BLOCK ---------------------------------------
|
|
|
|
This is part of theme Fialla for Dotclear 2 blog
|
|
|
|
# Copyright (c) 2014
|
|
|
|
# Licensed under the GPL version 2.0 license.
|
|
|
|
# See LICENSE file or
|
|
|
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
|
|
#
|
|
|
|
# -- END LICENSE BLOCK -----------------------------------------*/
|
|
|
|
|
|
|
|
$this->registerModule(
|
2017-03-29 22:51:24 +02:00
|
|
|
/* Name */ "FjallaFork2",
|
2017-03-29 22:49:38 +02:00
|
|
|
/* Description*/ "A responsive Dotclear theme",
|
2017-03-29 22:51:24 +02:00
|
|
|
/* Author */ "ben_griffith, Forked and modified by Gnieark https://blog-du-grouik.tinad.fr",
|
|
|
|
/* Version */ '0.6'
|
2017-03-29 22:49:38 +02:00
|
|
|
);
|