Make further adjustments to the template

Insert a slogan in the header
So that the template corresponds to the original ideas, the slogan must now be inserted below the page title in the header.
     Supplement or changes in the template.htm:

    <header class="header">
        <h1><?php echo sitename()?></h1>
        <div id="slogan"><?php echo $tx['template']['text1'];?> </div>
        <!-- Header -->
    </header><!-- .header-->  


Supplement or changes in the Stylesheet.css:

    .header h1{
        ...
    }
    #slogan {
        margin-top:-1.1em;
        color:#990000;
        font-size:15px;
        line-height:1.2em;
        text-align:center;
    }


Note: The text for the slogan can be entered in the admin area under "Settings" => "Language file" => "Template" => "Text1".