Hmm hab ich gemacht, aber kommt trotzdem. Hier mal die config.php
<?php
namespace Layouts\CustomDesign\Config;
class Config extends \Ilch\Config\Install
{
public $config = [
'name' => 'CustomDesign',
'version' => '1.0',
'author' => 'ilch.de / Raptusguru',
'link' => 'http://www.underground-community.com',
'desc' => '3 Spalten Clan Layout',
'layouts' => [
'index_full' => [
['module' => 'user', 'controller' => 'panel'],
['module' => 'forum'],
['module' => 'guestbook'],
]//only for example
],
//'modulekey' => 'Name of Module'
];
public function getUpdate($installedVersion)
{
}
}
oder was muss ich da noch ändern?