Questa sezione del nostro sito ci riporta indietro al 16 giugno 2002, il giorno della canonizzazione di Padre Pio.
Sezione in allestimento
There are no articles in this category. If subcategories display on this page, they may have articles.
Select your language
{source}<?php$lines = explode("\n", file_get_contents('quotes.txt'));$line = $lines[mt_rand(0, count($lines) - 1)];list($text, $author) = explode('|', $line);$firma = "<img src='../../images/padre_pio/firma-padre-pio.png' alt='firma padre pio' width='150px'/>";?>{/source}{source}
<blockquote class="text-center" style="background: #e4c14450; border-radius:15px;box-shadow: 8px 7px 8px 0 rgba(0,0,0,0.38), -7px 9px 20px 0px rgba(0,0,0,0.5);border-left-width: 0px;"><p>" <?php echo $text; ?> "</p>
<p style="text-align:right;"><?php echo $firma; ?></p><footer style="text-align:right;"><?php //echo $author; ?></footer>
</blockquote>{/source}