PHP Classes

File: menu_up.php

Recommend this page to a friend!
  Classes of Alexander Eist   PHP Multilanguage Site   menu_up.php   Download  
File: menu_up.php
Role: Application script
Content type: text/plain
Description: Application script
Class: PHP Multilanguage Site
Display texts translated into several languages
Author: By
Last change:
Date: 1 year ago
Size: 1,265 bytes
 

Contents

Class file image Download
<?php
$links
= array(
         
 );
?>
<div class="container">
    <div class = "row">
        <div class = "navigator">
            <div class ="logo ">
                <!-- insert here your logo --><h1>
                    <?php echo($labels[1]) ?></h1><h4>
                    <?php echo($labels[2]) ?></h4>
            </div>
            <div class = "navigator">
                            <!-- insert lang_panel -->
                <?php echo ($lang_panel); ?>

                <ul>
                 
           <li> <a href="#" title="<?php echo($labels[6]) ?>" ><?php echo($labels[3]) ?></a></li>
           <li> <a href="#" title="<?php echo($labels[6]) ?>" ><?php echo($labels[4]) ?></a></li>
           <li> <a href="ReadMe.html" title="<?php echo($labels[6]) ?>" ><?php echo($labels[5]) ?></a></li>
           <li> <a href="ReadMe.php?lng=<?php echo($lng)?>" title="<?php echo($labels[11]) ?>" ><?php echo($labels[11]) ?></a></li>
                </ul>
            <button class="btn1" type= "submit">
            <a href="#" title="<?php echo($labels[7]) ?>" ><?php echo($labels[7]) ?></a>
            </button>
           
            </div>
        </div>
    </div>
</div>