Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11510 Rev 11515
Línea 110... Línea 110...
110
   <?php if ($currentUserPlugin->hasIdentity()) : 
110
   <?php if ($currentUserPlugin->hasIdentity()) : 
111
        $currentUser = $currentUserPlugin->getUser(); 
111
        $currentUser = $currentUserPlugin->getUser(); 
112
    ?>
112
    ?>
113
    <?php endif; ?>
113
    <?php endif; ?>
114
    <div id="app" style="min-height: 91vh">
114
    <div id="app" style="min-height: 91vh">
115
      <?php  echo $this->ChatHelper($currentUser->id) ?>
115
      <?php  echo $this->chatHelper($currentUser->id) ?>
116
    </div>
116
    </div>
117
  </div>
117
  </div>
118
  <!--theme-layout end-->
118
  <!--theme-layout end-->
Línea 119... Línea 119...
119
 
119