Exemplo n.º 1
0
?>
</head>

<body>

<div id="header">
    <h2><a href="./"><?php 
echo _title;
?>
</a></h2>
    <h3><?php 
echo _description;
?>
</h3>
    <?php 
_templateUserMenu();
?>
</div>

<div id="content">

    <div id="colOne">
    <?php 
_templateBoxes();
?>
    </div>

    <div id="colTwo"><div class="bg2">
    <?php 
_templateContent();
?>
Exemplo n.º 2
0
function _HCM_usermenu()
{
    return _templateUserMenu(true);
}