You are here

base.php in Instapage plugin 8.3

Same filename and directory in other branches
  1. 7.3 core/views/base.php

File

core/views/base.php
View source
<?php

/*
 * Base container for Instapage plugin dashboard.
 */
?>
<div class="l-wrapper">
  <div class="ui-section">
    <div id="instapage-container" class="ui-sub-section instapage-cms-plugin">
      <div class="l-group__item page-loader">
        <span class="c-loader c-loader--x-large"></span>
      </div>
    </div>
  </div>
</div>