Actions

Source Code of This Project

/apps/frontend/templates/layoutPrint.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <?php include_http_metas() ?>
        <?php include_metas() ?>
        <?php include_title() ?>
        <?php include_javascripts() ?>
        <link rel="shortcut icon" href="/favicon.ico" />
    </head>
    <body>
        <div id="content">
            <div id="colOne"></div>
            <div id="colTwo">
                <?php echo $sf_content ?>
            </div>
        </div>
    <?php include_partial('global/counter') ?>
    </body>
</html>