mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 22:36:06 -06:00
#2283 HProjects bugs
This commit is contained in:
parent
8acd2289e4
commit
0b3fd02355
@ -0,0 +1,42 @@
|
|||||||
|
<!doctype html>
|
||||||
|
|
||||||
|
<!--[if lt IE 7]>
|
||||||
|
<html class="nojs ms lt_ie7" lang="{{ config('app.locale') }}"><![endif]-->
|
||||||
|
<!--[if IE 7]>
|
||||||
|
<html class="nojs ms ie7" lang="{{ config('app.locale') }}"><![endif]-->
|
||||||
|
<!--[if IE 8]>
|
||||||
|
<html class="nojs ms ie8" lang="{{ config('app.locale') }}"><![endif]-->
|
||||||
|
<!--[if gt IE 8]>
|
||||||
|
<html class="nojs ms" lang="{{ config('app.locale') }}"><![endif]-->
|
||||||
|
|
||||||
|
<html lang="{{ config('app.locale') }}">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
{% include "visiosoft.theme.base::partials/metadata" %}
|
||||||
|
{% block styles %}{% endblock %}
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
{% include "visiosoft.theme.base::partials/header" %}
|
||||||
|
|
||||||
|
{{ addBlock('layouts/default/section')|raw }}
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
{% include "visiosoft.theme.base::partials/messages" %}
|
||||||
|
|
||||||
|
{% if (request_path() == '/') %}
|
||||||
|
{% include "visiosoft.theme.base::index/default" %}
|
||||||
|
{% else %}
|
||||||
|
{% block content %}{% endblock %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% include "visiosoft.theme.base::partials/footer" %}
|
||||||
|
{% include "visiosoft.theme.base::partials/assets" %}
|
||||||
|
{% include "visiosoft.theme.base::partials/settings" %}
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user