Файл: concrete5.7.5.6/concrete/config/install/packages/elemental_full/controller.php
Строк: 30
<?php
namespace ConcreteStartingPointPackageElementalFull;
use ConcreteCorePackageStartingPointPackage;
class Controller extends StartingPointPackage
{
protected $pkgHandle = 'elemental_full';
protected $pkgContentProvidesFileThumbnails = true;
public function getPackageName()
{
return t('Full Site');
}
public function getPackageDescription()
{
return t('Creates a full website with the Elemental theme, including a home page, multiple page types, portfolio, contact forms, blogs and more..');
}
}