gift card name
This commit is contained in:
parent
f40a1ca099
commit
239a23299e
@ -241,7 +241,7 @@ class Crunchbutton_Promo extends Cana_Table
|
||||
if( $this->restaurant()->id_restaurant ){
|
||||
$content = str_replace( static::TAG_RESTAURANT_NAME , $this->restaurant()->name, $content );
|
||||
} else {
|
||||
$content = str_replace( static::TAG_RESTAURANT_NAME , 'Crunchbutton' );
|
||||
$content = str_replace( static::TAG_RESTAURANT_NAME , 'Crunchbutton', $content );
|
||||
}
|
||||
|
||||
$content = nl2br( $content );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user