Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2269 | Rev 2535 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2269 Rev 2271
Línea 170... Línea 170...
170
	
170
	
171
    <div id="app" style="min-height: 80vh">
171
    <div id="app" style="min-height: 80vh">
172
      <?php echo $this->content ?>
172
      <?php echo $this->content ?>
Línea 173... Línea -...
173
    </div>
-
 
174
 
-
 
175
 
-
 
176
 
-
 
177
    <!-- <footer>
-
 
178
      <div class="footy-sec mn no-margin">
-
 
179
        <div class="container">
-
 
180
          <?php echo $this->footerHelper() ?>
-
 
181
          <p><img src="<?php echo $this->basePath('images/copy-icon2.png') ?>" alt="">Copyright <?php echo date('Y') ?></p>
-
 
182
          <img class="fl-rgt" src="<?php echo $this->basePath('/images/logo-ll34x34.png')?>" alt="">
-
 
183
        </div>
-
 
184
      </div>
-
 
185
    </footer> -->
173
    </div>
186
 
174
 
187
    <?php if ($currentUser->hasIdentity()) {
175
    <?php if ($currentUser->hasIdentity()) {
188
      $user = $currentUser->getUser();
176
      $user = $currentUser->getUser();
189
      echo $this->chatHelper($user->id);
177
      echo $this->chatHelper($user->id);