Use ng-include instead of php include()

This commit is contained in:
Kyle Johnson 2015-02-11 15:20:50 -05:00
parent 959a9a58ce
commit 201711866e
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +1,3 @@
<?php xhtmlHeaders(__FILE__, $SLANG['Options'] ); ?>
<body>
<?php include("header.php"); ?>
<div class="container-fluid">
<div class="container" ng-controller="ConfigController">
<div class="row">
@ -23,6 +17,3 @@
</div> <!-- End .row -->
</div> <!-- End ConfigController -->
</div>
</body>
</html>