mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-30 15:20:36 +00:00
7 lines
No EOL
186 B
PHP
7 lines
No EOL
186 B
PHP
<?php $this->beginContent('gii.views.layouts.main'); ?>
|
|
<div class="container">
|
|
<div id="content">
|
|
<?php echo $content; ?>
|
|
</div><!-- content -->
|
|
</div>
|
|
<?php $this->endContent(); ?>
|