PHP Classes

File: WIAdmin/WIInc/site/header/footer.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIInc/site/header/footer.php   Download  
File: WIAdmin/WIInc/site/header/footer.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 933 bytes
 

Contents

Class file image Download
<style type="text/css">
 
    #website_name{
             width: 33%;
    float: left;
  }

</style>


 <form class="form-horizontal footer" id="footer">
                      <fieldset>
                        <div id="legend">
                          <legend class="">Footer</legend>
                        </div>
                          
                     
                              <div class="control-group form-group">
                        <!-- Button -->
                        <div class="controls col-lg-offset-4 col-lg-8">
                           <button id="footer_btn" class="btn btn-success" >Save</button>
                        </div>
                      </div>
                      <div class="results" id="results"></div>
                    </fieldset>
                        <br /><br />
                  </form>


                      <?php $web->footer();?>