17 lines
510 B
PHP
17 lines
510 B
PHP
|
<?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(
|
||
|
/* Name */ "Fjalla",
|
||
|
/* Description*/ "A responsive Dotclear theme",
|
||
|
/* Author */ "ben_griffith",
|
||
|
/* Version */ '2.0.1'
|
||
|
);
|