Exemplo n.º 1
0
                        <li><p><i class="fa fa-envelope-o"></i> <a href="mailto:<?php 
echo Yii::$app->settings->get('exhibition.email');
?>
" class="text-white"><?php 
echo Yii::$app->settings->get('exhibition.email');
?>
</a></p></li>
                      </ul>
                    </div>
                </div><!-- /.row -->
            </div><!-- /.container -->
        </section>

    </div>

    <?php 
$this->endBody();
?>
    
    <?php 
echo GoogleAnalytics::widget(['trackingId' => Yii::$app->settings->get('analitycs.gaTrackingId')]);
?>
    
    <!-- Yandex.Metrika counter --> <script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter35429375 = new Ya.Metrika({ id:35429375, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/35429375" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
    
    
    
</body>
</html>
<?php 
$this->endPage();
Exemplo n.º 2
0
        <div class="section">
            <div class="container">
                <div class="row">
                    <div class="col-md-8 col-md-offset-2 text-center">
                        <ul class="list-inline social-links">
                        <li><a href="#" title=""><i class="fa fa-facebook"></i></a></li>
                        <li><a href="#" title=""><i class="fa fa-twitter"></i></a></li>
                        <li><a href="#" title=""><i class="fa fa-vk"></i></a></li>
                        <li><a href="#" title=""><i class="fa fa-youtube"></i></a></li>
                        </ul>
                    <p class="small-text">© КРАСНАЯ ВОЛНА 2015</p>
                    </div>
                </div>
            </div>
        </div>
    </div><!-- layout-wrapper end -->

    <?php 
$this->endBody();
?>
    
    <?php 
echo GoogleAnalytics::widget(['trackingId' => Yii::$app->params['gaTrackingId']]);
?>
</body>
</html>
<?php 
$this->endPage();
?>