HEX
Server: Apache
System: Linux cpanelx.inxs.ro 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: crowdandsafety (1041)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/crowdandsafety/wordpress-backups/x/framework/views/icon/template-layout-content-sidebar.php
<?php

// =============================================================================
// VIEWS/ICON/TEMPLATE-LAYOUT-CONTENT-SIDEBAR.PHP
// -----------------------------------------------------------------------------
// Content left, sidebar right page output for Icon (not active in this Stack).
// =============================================================================

x_get_view( 'global', '_header' );

?>

  <div class="x-main full" role="main">
    <article id="post-0" class="post-0 page type-page status-publish hentry">
      <div class="entry-wrap">
        <div class="x-container max width">
          <h1 class="entry-title">Hey There</h1>
          <p class="center-text mtl">Because of Icon's unique layout, this template is unavailable in this Stack. Please switch to another Stack if you need to make use of this feature. Thanks!</p>
        </div>
      </div>
    </article>
  </div>

<?php x_get_view( 'global', '_footer' ); ?>