예제 #1
0
            } elseif ($sexo == "F") {
                $selectedF = "selected='selected'";
            }
            break;
    }
    ?>
	
<?php 
}
?>
	

<style type="text/css">
    #contentarea{
        <?php 
echo ideary::getUserBackground($this->user->id);
?>
        padding: 0 !important;
        margin: 0 !important;
    }

    #breadcrumbs{
        margin: 0 !important;
    }

    #main{
        padding: 0 !important;
    }

    .shownocolumns {
        width: 100% !important;
예제 #2
0
<link href="<?php 
echo $this->baseurl;
?>
/templates/<?php 
echo $this->template;
?>
/css/ie7only.css" rel="stylesheet" type="text/css" />
<![endif]-->

<?php 
if ($user) {
    ?>
<style type="text/css">
    #contentarea{
        <?php 
    echo ideary::getUserBackground($user->get('id'));
    ?>
    }
</style>
<?php 
}
?>

<script type="text/javascript">
	var big ='<?php 
echo (int) $this->params->get('wrapperLarge');
?>
%';
	var small='<?php 
echo (int) $this->params->get('wrapperSmall');
?>