Merge branch 'admin' of https://github.com/thelia/thelia into admin
This commit is contained in:
@@ -45,7 +45,7 @@ class BaseAdminController
|
|||||||
|
|
||||||
$this->parser = $parser;
|
$this->parser = $parser;
|
||||||
|
|
||||||
// FIXME: should be red from config
|
// FIXME: should be read from config
|
||||||
$this->parser->setTemplate('admin/default');
|
$this->parser->setTemplate('admin/default');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ use Symfony\Component\DependencyInjection\Reference;
|
|||||||
* Register parser plugins. These plugins shouild be tagged thelia.parser.register_plugin
|
* Register parser plugins. These plugins shouild be tagged thelia.parser.register_plugin
|
||||||
* in the configuration.
|
* in the configuration.
|
||||||
*
|
*
|
||||||
* @author Franck Allimant <franck@cqfdev.fr>
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class RegisterParserPluginPass implements CompilerPassInterface {
|
class RegisterParserPluginPass implements CompilerPassInterface {
|
||||||
|
|||||||
Submodule core/lib/Thelia/Tpex updated: 8561f3516e...b1c517281e
@@ -8,7 +8,5 @@ AddDefaultCharset UTF-8
|
|||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
|
||||||
RewriteBase /thelia2
|
|
||||||
|
|
||||||
RewriteRule ^admin(/.*)?$ index_dev.php/admin/$1 [L,QSA]
|
RewriteRule ^admin(/.*)?$ index_dev.php/admin/$1 [L,QSA]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
Reference in New Issue
Block a user