# fluent-cart/1.6.4/app/Views/admin/admin_app.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.6.4. 11 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.6.4/code/app/Views/admin/admin_app.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.6.4/raw/app/Views/admin/admin_app.php
- Modified: 2026-05-14T15:41:54+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.6.4/code/app/Views/admin/admin_app.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<?php $fct_show_top_bar = apply_filters('fluent_cart/show_admin_top_bar', true); ?>
<div id="fct_admin_app_wrapper"<?php echo $fct_show_top_bar ? '' : ' class="fct-no-top-bar"'; ?>>
    <div id="fct_admin_menu_holder">
        <?php do_action('fluent_cart/admin_menu'); ?>
    </div>
    <div id="fluent_cart_plugin_app" class="warp fconnector_app">

    </div>
</div>

```
