mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 03:02:34 +01:00
4c23d43138
* Refactor designs to remove whitespace * enable dummy data for templating * Insert faker data into templates * Fixes for user deletion * Documentation on User controller: * Working on app setup * Files for app setup * Working on Setup * Final fixes for setup controller * Fixes for setup * Fixes for first install * Minor fixes
9 lines
151 B
PHP
9 lines
151 B
PHP
<!DOCTYPE html>
|
|
<html lang="{!! $lang !!}">
|
|
{!! $includes !!}
|
|
<body>
|
|
<head>{!! $header !!}</head>
|
|
{!! $body !!}
|
|
{!! $footer !!}
|
|
</body>
|
|
</html> |