예제 #1
0
파일: main.php 프로젝트: 7flash/app
    <?php 
echo $this->render('_navbar');
?>
    <div class="alert-wrapper"><?php 
echo Alert::widget();
?>
</div>

    <?php 
echo $content;
?>
</div>

<footer class="footer">
    <?php 
echo \app\modules\prototype\widgets\HtmlWidget::widget(['key' => 'footer']);
?>
    <div class="container">
        <p class="pull-right">
            <span class="label label-default"><?php 
echo YII_ENV;
?>
</span>
        </p>
        <p class="pull-left">
            <?php 
echo Html::a(Html::img('http://t.phundament.com/p4-16-bw.png', ['alt' => 'Icon Phundament 4']), '#', ['data-toggle' => 'modal', 'data-target' => '#infoModal']);
?>
        </p>
    </div>
</footer>
예제 #2
0
파일: index.php 프로젝트: 7flash/app
    echo YII_ENV;
    ?>
                    </h3>

                    <p>
                        <?php 
    echo APP_VERSION;
    ?>
                    </p>
                </div>
                <div class="icon">
                    <i class="ion ion-grid"></i>
                </div>
                <a href="<?php 
    echo \yii\helpers\Url::to(['/debug']);
    ?>
" class="small-box-footer">
                    Debug <i class="fa fa-arrow-circle-right"></i>
                </a>
            </div>
        </div>
        <!-- ./col -->
    <?php 
}
?>

</div>

<?php 
echo \app\modules\prototype\widgets\HtmlWidget::widget(['enableFlash' => true]);