init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Builder menu label list
|
||||
*
|
||||
* @package flatsome
|
||||
*/
|
||||
|
||||
return array(
|
||||
'' => 'None',
|
||||
'label-sale' => 'Sale',
|
||||
'label-popular' => 'Popular',
|
||||
'label-hot' => 'Hot',
|
||||
'label-new' => 'New',
|
||||
);
|
Reference in New Issue
Block a user