Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3432 Rev 3435
Línea 54... Línea 54...
54
  //->appendName('author', '{AUTHOR}')
54
  //->appendName('author', '{AUTHOR}')
55
  //->appendName('keywords', '{KEYWORDS}')
55
  //->appendName('keywords', '{KEYWORDS}')
56
  //->appendName('copyright', '{COPYRIGHT}')
56
  //->appendName('copyright', '{COPYRIGHT}')
57
  //->appendName('google-signin-client_id', '{GOOGLE_CLIENT_ID');
57
  //->appendName('google-signin-client_id', '{GOOGLE_CLIENT_ID');
58
  ?>
58
  ?>
59
  
59
 
60
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/animate.css') ?>">
60
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/animate.css') ?>">
61
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/bootstrap.min.css') ?>">
61
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/bootstrap.min.css') ?>">
62
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome.css') ?>">
62
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome.css') ?>">
63
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome-font-awesome.min.css') ?>">
63
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome-font-awesome.min.css') ?>">
Línea 85... Línea 85...
85
 
85
 
86
  <?php
86
  <?php
87
  echo $this->headStyle();
87
  echo $this->headStyle();
88
  echo $this->headLink();
88
  echo $this->headLink();
-
 
89
  echo $this->headScript();
-
 
90
  $this->headLink()->appendStylesheet('/react-bundles/public-navbar/main.css');
89
  echo $this->headScript();
91
  $this->inlineScript()->appendFile('/react-bundles/public-navbar/publicNavBarViewBundle.js');
Línea 90... Línea 92...
90
  ?>
92
  ?>
Línea 91... Línea 93...
91
 
93
 
Línea 92... Línea 94...
92
</head>
94
</head>
-
 
95
 
93
 
96
<body>
94
<body>
97
 
95
 
98
  <?php echo $this->content ?>
96
      <?php echo $this->content ?>
99
  <header id="public-header">
97
 
100
  </header>
98
      <footer>
101
  <footer>
99
      <div class="footy-sec mn">
102
    <div class="footy-sec mn">
100
        <div class="container position-relative">
-
 
101
          <?php echo $this->footerHelper() ?>
103
      <div class="container position-relative">
-
 
104
        <?php echo $this->footerHelper() ?>
102
          <p><img src="<?php echo $this->basePath('images/copy-icon2.png') ?>" alt="">Copyright <?php echo date('Y') ?></p>
105
        <p><img src="<?php echo $this->basePath('images/copy-icon2.png') ?>" alt="">Copyright <?php echo date('Y') ?></p>
Línea 103... Línea 106...
103
          <img class="fl-rgt" src="<?php echo $this->basePath('/images/logo-ll34x34.png') ?>" alt="">
106
        <img class="fl-rgt" src="<?php echo $this->basePath('/images/logo-ll34x34.png') ?>" alt="">
104
        </div>
107
      </div>
105
      </div>
108
    </div>
106
    </footer>
109
  </footer>