# fluent-cart/1.5.2/app/Views/emails/components/powered-by-footer.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.5.2. 8 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.5.2/code/app/Views/emails/components/powered-by-footer.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.5.2/raw/app/Views/emails/components/powered-by-footer.php
- Modified: 2025-10-14T16:36:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-cart/1.5.2/code/app/Views/emails/components/powered-by-footer.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<?php use FluentCart\App\App;

if (!App::isProActive()) : ?>
<div style="background: #fff;padding: 32px; text-align: center; font-size: 16px; color: #2F3448;">Global Footer - <?php echo esc_html__('Powered by ', 'fluent-cart')  ?> <a href="https://fluentcart.com" style="color: #017EF3; text-decoration: none;"><?php echo esc_html__('FluentCart', 'fluent-cart')?></a>
</div>
<?php endif; ?>

```
