Server IP : 213.176.29.180  /  Your IP : 3.147.89.48
Web Server : Apache
System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
User : webtaragh ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/webtaragh/public_html/wp-admin/../whmcs/templates/twenty-one/includes/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/webtaragh/public_html/wp-admin/../whmcs/templates/twenty-one/includes/panel.tpl
<div class="row w-100 mx-auto mb-3">
    <div class="card w-100">
        {if isset($headerTitle)}
            <div class="card-title py-1 px-2 text-white font-weight-bold bg-{$type}">
                {$headerTitle}
            </div>
        {/if}
        {if isset($bodyContent)}
            <div class="card-text{if isset($bodyTextCenter)} text-center{/if} mx-2 mb-3">
                {$bodyContent}
            </div>
        {/if}
        {if isset($footerContent)}
            <div class="card-footer{if isset($footerTextCenter)} text-center{/if} mx-2 mb-3">
                {$footerContent}
            </div>
        {/if}
    </div>
</div>