Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 11500 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11500 Rev 11507
Línea 108... Línea 108...
108
<body>
108
<body>
109
  <div class="wrapper">
109
  <div class="wrapper">
110
   <?php if ($currentUserPlugin->hasIdentity()) : 
110
   <?php if ($currentUserPlugin->hasIdentity()) : 
111
        $currentUser = $currentUserPlugin->getUser(); 
111
        $currentUser = $currentUserPlugin->getUser(); 
112
    ?>
112
    ?>
113
    <?php echo $this->ChatHelper($currentUser->id) ?>
113
    <?php echo $this->menuHelper($currentUser->id) ?>
114
    <?php endif; ?>
114
    <?php endif; ?>
115
    <div id="app" style="min-height: 91vh">
115
    <div id="app" style="min-height: 91vh">
116
      <?php echo $this->content ?>
116
      <?php echo $this->content ?>
117
    </div>
117
    </div>
118
  </div>
118
  </div>