HEX
Server: LiteSpeed
System: Linux d8 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: wbwebdes (3015)
PHP: 8.1.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/wbwebdes/domains/portal.wb-webdesign.com/public_html/templates/twenty-one/store/ssl/dv.tpl
<link href="{assetPath file='store.css'}" rel="stylesheet">

<div class="landing-page bg-white ssl">

    <div class="hero">
        <div class="container">
            <h2>{lang key="store.ssl.dv.title"}</h2>
            <h3>{lang key="store.ssl.dv.tagline"}</h3>
        </div>
    </div>

    {include file="$template/store/ssl/shared/nav.tpl" current="dv"}

    <div class="content-block standout">
        <div class="container">

            <h3>{lang key="store.ssl.dv.descriptionTitle"}</h3>

            <img src="{$WEB_ROOT}/assets/img/marketconnect/symantec/ssl.png" class="float-md-right ml-md-4 mb-4">

            <div class="text-center d-block d-sm-none">
                <img src="{$WEB_ROOT}/assets/img/marketconnect/symantec/ssl.png">
                <br><br>
            </div>

            {lang key="store.ssl.dv.descriptionContent"}

            <br>
            <h3>{lang key="store.ssl.useCases.title"}</h3>
            <div class="row ideal-for dv">
                <div class="col-sm-4">
                    <i class="fas fa-comment-alt-lines"></i>
                    <h4>{lang key="store.ssl.useCases.blogs"}</h4>
                </div>
                <div class="col-sm-4">
                    <i class="fas fa-file-alt"></i>
                    <h4>{lang key="store.ssl.useCases.infoPages"}</h4>
                </div>
                <div class="col-sm-4">
                    <i class="fas fa-server"></i>
                    <h4>{lang key="store.ssl.useCases.serverComms"}</h4>
                </div>
            </div>

        </div>
    </div>

    {include file="$template/store/ssl/shared/certificate-pricing.tpl" type="dv"}

    {include file="$template/store/ssl/shared/features.tpl" type="dv"}

    {include file="$template/store/ssl/shared/logos.tpl"}

</div>