apply good order status label on customer account. Fix #319

This commit is contained in:
Manuel Raynaud
2014-04-21 22:17:20 +02:00
parent 4a8ddd3db5
commit 7b497fdcc2
4 changed files with 19 additions and 2 deletions

View File

@@ -21,6 +21,10 @@ GNU General Public License : http://www.gnu.org/licenses/
{declare_assets directory='assets'}
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
{default_translation_domain domain='fo.default'}
{* -- Define some stuff for Smarty ------------------------------------------ *}
{config_load file='variables.conf'}
{block name="no-return-functions"}{/block}
{assign var="store_name" value="{config key="store_name"}"}
{if not $store_name}{assign var="store_name" value="{intl l='Thelia V2'}"}{/if}