Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5097 Rev 5280
Línea 169... Línea 169...
169
 
169
 
Línea 170... Línea 170...
170
</head>
170
</head>
Línea -... Línea 171...
-
 
171
 
Línea 171... Línea 172...
171
 
172
<body>
172
<body>
-
 
173
 
-
 
174
 
-
 
175
  <div class="wrapper">
173
 
176
    <?php echo $this->menuHelper($currentUser->getUserId()) ?>
174
  <?php echo $this->menuHelper($currentUser->getUserId()) ?>
177
 
-
 
178
    <div id="app" style="min-height: 80vh">
-
 
179
      <?php echo $this->content ?>
-
 
180
    </div>
-
 
181
 
-
 
182
    <?php if ($currentUser->hasIdentity() && !$currentUser->hasImpersonate()) {
-
 
183
      $user = $currentUser->getUser();
-
 
184
      echo $this->chatHelper($user->id);
-
 
185
    }
-
 
186
    ?>
-
 
187
 
-
 
188
    <footer>
-
 
189
      <div class="footy-sec mn container">
-
 
190
 
-
 
191
        <img class="fl-rgt" src="<?php echo $this->basePath('/images/LL-08.png') ?>" alt="">
-
 
192
 
-
 
193
        <?php echo $this->footerHelper() ?>
-
 
194
 
-
 
Línea -... Línea 175...
-
 
175
 
-
 
176
  <div id="app">
-
 
177
    <?php echo $this->content ?>
-
 
178
  </div>
-
 
179
 
-
 
180
  <?php if ($currentUser->hasIdentity() && !$currentUser->hasImpersonate()) {
-
 
181
    $user = $currentUser->getUser();
-
 
182
    echo $this->chatHelper($user->id);
-
 
183
  }
-
 
184
  ?>
-
 
185
 
-
 
186
  <footer>
-
 
187
    <div class="footy-sec mn container">
-
 
188
 
-
 
189
      <img class="fl-rgt" src="<?php echo $this->basePath('/images/LL-08.png') ?>" alt="">
-
 
190
 
195
        <div class="d-flex align-items-center">
191
      <?php echo $this->footerHelper() ?>
196
          <img src="<?php echo $this->basePath('images/copy-icon2.png') ?>" alt="">
-
 
Línea 197... Línea 192...
197
          <p>CESA MS Copyright <?php echo date('Y') ?></p>
192
 
-
 
193
      <div class="d-flex align-items-center">
-
 
194
        <img src="<?php echo $this->basePath('images/copy-icon2.png') ?>" alt="">
198
        </div>
195
        <p>CESA MS Copyright <?php echo date('Y') ?></p>
199
 
196
      </div>
200
      </div>
197
 
201
    </footer>
198
    </div>