~quam-plures-core/quam-plures/bug-614012

« back to all changes in this revision

Viewing changes to templates/glossyblue/_body_header.inc.php

  • Committer: yabs
  • Author(s): EdB
  • Date: 2010-07-05 15:24:36 UTC
  • mfrom: (7501.1.4 everything_in_one)
  • Revision ID: yabs@innervisions.org.uk-20100705152436-zdfylg1djrbsi18o
Implementing the huge EdB branch ;)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
<div id="header">
23
23
 
24
24
<div id="headerimg">
25
 
 
26
25
<?php
27
26
// --- --- --- --- --- --- --- --- --- --- ---
28
27
// display "Page Top" container's widgets
29
28
template_container( NT_('Page Top'), array(
30
29
        'container_start' => '<div id="page_top">',
31
30
        'container_end' => '</div>',
32
 
        'block_start' => '<div class="$wi_class$">',
33
 
        'block_end' => '</div>',
34
31
        'block_display_title' => false,
35
 
        'list_start' => '<ul>',
36
 
        'list_end' => '</ul>',
37
 
        'item_start' => '<li>',
38
 
        'item_end' => '</li>',
39
32
) );
40
 
?>
41
33
 
42
 
<?php
43
34
// --- --- --- --- --- --- --- --- --- --- ---
44
35
// display "Header" container's widgets
45
36
template_container( NT_('Header'), array(
46
 
        'block_start' => '<div class="$wi_class$">',
47
 
        'block_end' => '</div>',
48
37
        'block_title_start' => '<h1>',
49
38
        'block_title_end' => '</h1>',
50
39
) );