Skip to content

Commit

Permalink
Dev: updated start_page.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 6, 2017
1 parent c411345 commit f50c351
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/default/views/startpage.twig
Expand Up @@ -20,7 +20,7 @@
<link rel="shortcut icon" href="{{templateurl}}favicon.ico" />

{# See config.xml to add your own CSS and JS files #}
{{ include('google_analytics.twig') }}
{{ include('./subviews/google_analytics.twig') }}
</head>

<body class="default lang-{{surveylanguage}} {{surveyformat}}">
Expand All @@ -37,7 +37,7 @@
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right navbar-action-link">
{SAVE_LINKS}
{{ include('./subviews/save_links.twig') }}
{CLEARALL_LINKS}
{QUESTION_INDEX_MENU}
</ul>
Expand All @@ -55,8 +55,7 @@

<div class="col-centered" id="main-col">

{{ include('start_form.twig') }}

{{ include('./subviews/start_form.twig') }}
<!-- end of startpage.pstl -->

{#
Expand Down

0 comments on commit f50c351

Please sign in to comment.