File Editor
Directories:
.. (Back)
Files:
buttons.php
content.php
dropdown.php
empty.php
header.php
icon.php
Create New File
Create
Edit File: empty.php
<?php /** * Header Cart Widget empty cart. * * @package Sinatra */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <p class="si-empty-cart"><?php esc_html_e( 'No products in the cart.', 'sinatra' ); ?></p>
Save Changes
Rename File
Rename