<?php

global $rcl_options, $user_LK;
?>

<?php 
rcl_before();
?>

<div id="rcl-<?php 
echo $user_LK;
?>
" class="wprecallblock">
    <?php 
rcl_notice();
?>

    <div id="lk-conteyner">
        <div class="lk-header rcl-node">
            <?php 
rcl_header();
?>
        </div>
        <div class="lk-sidebar">
            <div class="lk-avatar">
                <?php 
rcl_avatar(120);
?>
            </div>
            <div class="rcl-node">
                <?php 
function rcl_notify()
{
    _deprecated_function('rcl_notify', '4.2', 'rcl_notice');
    return rcl_notice();
}