コード例 #1
0
ファイル: layout.php プロジェクト: ntemple/intelli-plancake
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <?php 
include_http_metas();
?>
    <?php 
include_metas();
?>
    <title>
        <?php 
include_slot('title');
?>
    </title>
      
    <?php 
if (PcLanguagePeer::isUserPreferredLanguageRTL()) {
    ?>
        <style>
        input, textarea {
            direction: rtl;
        }
        </style>
    <?php 
}
?>
         

    <?php 
include_component('misc', 'localizedStrings');
?>