Example #1
0
            English here: <http://www.gnu.org/licenses/>.

            For more details about CMS WebAPL 1.0 please contact Enterprise Business
            Solutions SRL, Republic of Moldova, MD 2001, Ion Inculet 33 Street or send an
            email to office@ebs.md 
        -->
        
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title><?php 
echo WebAPL\Template::getPageTitle(isset($page) ? $page : null);
?>
</title>

        <?php 
foreach (\WebAPL\Template::getMetas() as $metaName => $metaContent) {
    ?>
            <meta name="<?php 
    echo $metaName;
    ?>
" content="<?php 
    echo $metaContent;
    ?>
" >
        <?php 
}
?>

        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->