Línea 10... |
Línea 10... |
10 |
$this->headMeta()->appendName('twitter:title', "$share_title");
|
10 |
$this->headMeta()->appendName('twitter:title', "$share_title");
|
11 |
$this->headMeta()->appendName('twitter:description', "$share_description");
|
11 |
$this->headMeta()->appendName('twitter:description', "$share_description");
|
12 |
$this->headMeta()->appendName('twitter:image', "$share_image");
|
12 |
$this->headMeta()->appendName('twitter:image', "$share_image");
|
13 |
?>
|
13 |
?>
|
Línea 14... |
Línea 14... |
14 |
|
14 |
|
15 |
<div class='d-flex align-items-center justify-content-center' style="background: #fff;">
|
15 |
<div class='d-flex align-items-center justify-content-center' style="background: #fff; min-height: 100vh;">
|
16 |
<div class='row p-2 m-2'>
|
16 |
<div class='row p-2 m-2'>
|
17 |
<div class='col-md-6 col-sm-12 col-12'>
|
17 |
<div class='col-md-6 col-sm-12 col-12'>
|
18 |
<div class="card">
|
18 |
<div class="card">
|
19 |
<img class="card-img-top" src=<?php echo $share_image ?> alt=<?php echo $share_title ?> />
|
19 |
<img class="card-img-top" src=<?php echo $share_image ?> alt=<?php echo $share_title ?> />
|