HEX
Server: LiteSpeed
System: Linux s787.bom1.mysecurecloudhost.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
User: mobilech (5348)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/themes/ftech/inc/admin/admin-page.php
<?php if (!defined('ABSPATH')) {
    die;
} // Cannot access directly. ?>
<div class="rz-container-wrap">
    <div class="td-admin-content-boxes">

        <div class="td-admin-content-box">

            <div class="rz-admin-box-head">
                <h2>
                    <?php esc_html_e('Theme Documentation', 'ftech'); ?>
                </h2>
            </div>

            <div class="rz-admin-box-inner">
                <p>
                    <?php esc_html_e('For comprehensive information on theme settings, please refer to our online documentation, where you can find all the details you need.', 'ftech'); ?>
                </p>
                <a href="https://themexriver.com/documentation/ftech-doc/" target="_blank" class="button">
                    <?php esc_html_e('Go to Documentation', 'ftech'); ?>
                </a>
            </div>

        </div>

        <div class="td-admin-content-box">

            <div class="rz-admin-box-head">
                <h2>
                    <?php esc_html_e('Theme Support', 'ftech'); ?>
                </h2>
            </div>

            <div class="rz-admin-box-inner">
                <p>
                    <?php esc_html_e('Should you require any assistance, please dont hesitate to reach out through our premium support ticket system. We are here to help and answer any questions you may have.', 'ftech'); ?>
                </p>
                <a href="https://themexriver.ticksy.com/tickets/" target="_blank" class="button">
                    <?php esc_html_e('Go to Support Tickets', 'ftech'); ?>
                </a>
            </div>

        </div>

    </div>
</div>