Revision 47394a46 cloudcms/templates/cms/base.html

b/cloudcms/templates/cms/base.html
50 50
  {{ feincms_page.content.media }}
51 51
  {% endblock %}
52 52

  
53

  
54 53
  {% block page.scripts.cloudbar %}
55 54
      {% if CLOUDBAR_ACTIVE %} {{ CLOUDBAR_CODE }} {% endif %}
56 55
  {% endblock %}
......
72 71
</head>
73 72

  
74 73
<body class='cms-page-{{ feincms_page.slug }}'>
74
    {% block page.mainbody %}
75 75
    <div class='container'>
76 76
        <div class='header'>
77 77
            <div class="mainlogo">
78 78
                    {% if APP.logo %}
79
                        <a href="/" title="{{ APP.title }}">
79
                        <a href="{{ APP.index_url }}" title="{{ APP.title }}">
80 80
                            <img src="{{ APP.logo.get_absolute_url }}" alt="{{ APP.title }}" />
81 81
                        </a>
82 82
                    {% else %}
......
123 123
    <div class="footer">
124 124
        {% include "cms/footer.html" %}
125 125
    </div>
126
    {% endblock page.mainbody %}
126 127
</body>
127 128
</html>

Also available in: Unified diff