Use ng-include instead of php include()
This commit is contained in:
parent
959a9a58ce
commit
201711866e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue