ENHANCEMENT Section icons in CMS (#7269)

This commit is contained in:
Ingo Schommer 2012-05-03 13:49:44 +02:00
parent f812e56022
commit 2fdc4e5f0b
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<h2 id="page-title-heading"> <h2 id="page-title-heading">
<% control Controller %> <% control Controller %>
<% include CMSSectionIcon %>
<% include CMSBreadcrumbs %> <% include CMSBreadcrumbs %>
<% end_control %> <% end_control %>
</h2> </h2>

View File

@ -3,6 +3,7 @@
<div class="cms-content-header north"> <div class="cms-content-header north">
<div> <div>
<h2> <h2>
<% include CMSSectionIcon %>
<% include CMSBreadcrumbs %> <% include CMSBreadcrumbs %>
</h2> </h2>

View File

@ -3,6 +3,7 @@
<div class="cms-content-header north"> <div class="cms-content-header north">
<div> <div>
<h2> <h2>
<% include CMSSectionIcon %>
<% include CMSBreadcrumbs %> <% include CMSBreadcrumbs %>
</h2> </h2>

View File

@ -7,6 +7,7 @@
<h2 id="page-title-heading"> <h2 id="page-title-heading">
<% control Controller %> <% control Controller %>
<% include CMSSectionIcon %>
<% include CMSBreadcrumbs %> <% include CMSBreadcrumbs %>
<% end_control %> <% end_control %>
</h2> </h2>