Merge branch 'master' into frontend
Conflicts: core/lib/Thelia/Controller/Admin/OrderController.php
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/* Bootstrap */
|
||||
@import "bootstrap/bootstrap.less";
|
||||
|
||||
@@ -9,4 +8,4 @@
|
||||
@import "thelia/import.less";
|
||||
|
||||
/* Theme */
|
||||
@import "../themes/default/less/import.less";
|
||||
@import "../themes/default/less/import.less";
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{* Declare assets directory, relative to template base directory *}
|
||||
{declare_assets directory='assets'}
|
||||
{block name="no-return-functions"}{/block}
|
||||
{assign var="company_name" value="{config key="company_name"}"}
|
||||
{if not $company_name}
|
||||
@@ -47,7 +49,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
{/block}
|
||||
|
||||
{* Stylesheets *}
|
||||
{stylesheets file='assets/less/styles.less' filters='less,cssembed'}
|
||||
{stylesheets file='assets/less/styles.less' filters='less'}
|
||||
<link rel="stylesheet" href="{$asset_url}">
|
||||
{/stylesheets}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user