Пример #1
0
function Dwoo_Plugin_language_menu(Dwoo $dwoo)
{
    return language_menu();
}
Пример #2
0
</title>
    <?php 
// automatically include optional WB module files (frontend.css, frontend.js)
if (function_exists('register_frontend_modfiles')) {
    register_frontend_modfiles('css');
    // register_frontend_modfiles('jquery');
    register_frontend_modfiles('js');
}
?>
</head>

<body>

<?php 
if (function_exists('language_menu')) {
    language_menu();
}
?>
<table summary="" cellpadding="0" cellspacing="0" border="0" align="center" class="main" width="750">

<tr>
    <td colspan="2" class="header" height="80">
        <a href="<?php 
echo WB_URL;
?>
">
            <img src="<?php 
echo TEMPLATE_DIR;
?>
/images/banner.jpg" border="0" width="750" height="80" alt="<?php 
page_title('', '[WEBSITE_TITLE]');