- Registro, activación y entrada de usuarios git-svn-id: https://192.168.0.254/svn/Rodax.factuges_web/trunk@2 e455b18d-f7fe-5245-9c43-e2c35af70a32
6 lines
181 B
PHP
6 lines
181 B
PHP
<?php /* @var $this Controller */ ?>
|
|
<?php $this->beginContent('//layouts/main'); ?>
|
|
<div id="content">
|
|
<?php echo $content; ?>
|
|
</div><!-- content -->
|
|
<?php $this->endContent(); ?>
|