function buildHTML (&$pagelayout, &$left_content, &$right_content)
{
    bind_content(array("TITLE" => getTitlePage(),
                       "SYSLOGO" => getLogoImage(),
                       "LEFTSIDE" => $left_content,
                       "RIGHTSIDE" => $right_content), $pagelayout);
    bind_content(array("INFOURL" => $GLOBALS["_INFO_URL"],
                       "EXTCSSFILES" => GetExtendedCSS(),
                       "EXTJSFILES" => GetExtendedJS()), $pagelayout);
    return $pagelayout;
}
            echo EASY_DESIGN_TAGLINE;
            ?>
</p>
<?php 
        }
        if ($category_depth == 'top') {
            ?>
<h1 id="logo"><?php 
            echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '"><img src="' . getLogoImage(getDefaultTemplate()) . '" alt="' . TITLE . '" title="' . TITLE . '"/></a>';
            ?>
</h1>
<?php 
        } else {
            ?>
<p id="logo"><?php 
            echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '"><img src="' . getLogoImage(getDefaultTemplate()) . '" alt="' . LINK_TO_HOME . '" title="' . LINK_TO_HOME . '"/></a>';
            ?>
</p>
<?php 
        }
    }
    ?>

<?php 
    // displays addon_modules layout blocks
    if ($header) {
        ?>
<div id="header-content">
<?php 
        echo $header;
        ?>
</td>
          </tr>
          <tr>
            <td class="invoiceHeading" align="left" valign="bottom"><?php 
echo $prev_button;
?>
</td>
            <td class="invoiceHeading" align="right" valign="bottom"><?php 
echo $next_button;
?>
</td>
          </tr>
        </table></td>
        <td class="invoiceHeading" align="right">
          <img src="<?php 
echo getLogoImage("", true);
?>
">
        </td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td colspan="6"><?php 
echo zen_draw_separator();
?>
</td>
      </tr>
Example #4
0
        }
    }
}
// 全言語テンプレート情報取得
$selected_template = getDefaultTemplate();
$selected_index = 0;
for ($i = 0; $i < count($template_info); $i++) {
    if ($template_info[$i]['id'] == $selected_template) {
        $selected_index = $i;
        break;
    }
}
// 文言取得
$objection = getObjectionWords();
// ロゴ取得
$logo = getLogoImage($selected_template, true);
?>
<div class="messageStackSuccess"><?php 
echo $message;
?>
</div>
<div class="messageStackError"><?php 
echo $error;
?>
</div>
<table align="center" width="95%" cellpadding="0" cellspacing="0" border="0">
<tr>
	<td><?php 
echo zen_draw_separator('pixel_trans.gif', 1, 10);
?>
</p>