プロジェクト

全般

プロフィール

Enhancement(機能追加・改善) #1966 » t1966-check.patch

Youichi Kimura, 2012-03-19 19:18

差分を表示:

apps/pc_backend/templates/layout.php
<div id="header">
<h1><?php echo link_to(__('%sns% Administration', array('%sns%' => $op_config['sns_name'])), '@homepage') ?></h1>
<span id="visit-site"><a href="<?php echo app_url_for('pc_frontend', '@homepage', true) ?>" target="_blank"><?php echo __('Visit Site') ?></a></span>
<span id="visit-site"><a href="<?php echo app_url_for('pc_frontend', array('sf_route' => 'homepage'), true) ?>" target="_blank"><?php echo __('Visit Site') ?></a></span>
</div>
<?php if ($sf_user->isAuthenticated()) : ?>
    (1-1/1)