Scrollreveal+cat+datenews

This commit is contained in:
2019-01-07 11:43:39 +01:00
parent e4cac3d01e
commit 762a1ad170
3158 changed files with 140699 additions and 73915 deletions
@@ -0,0 +1,31 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit36088575ecf50ba483833f50fe25b743
{
public static $prefixLengthsPsr4 = array (
'G' =>
array (
'Grav\\Plugin\\' => 12,
),
);
public static $prefixDirsPsr4 = array (
'Grav\\Plugin\\' =>
array (
0 => __DIR__ . '/../..' . '/classes',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit36088575ecf50ba483833f50fe25b743::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit36088575ecf50ba483833f50fe25b743::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}