Exemple #1
0
            <blockquote>
                <?php 
echo substr($page1->fldPagesDescription, 0, 200);
?>
... <a href="<?php 
echo $root;
?>
about-us.html">Read more</a>
            </blockquote>
        </li>
        <li class="last">
            <hgroup>
            <h2>Customer Testimonials</h2>
            <hr />
            </hgroup>
            <? $testi = Testimonials::findTestimonialsHome();?>
            <blockquote>
                <?php 
echo $testi->fldTestimonialsDescription;
?>
                <!-- This section is for Testimonial Submitter. Do not move or re-place tag. -->
                <div class="testi_user"> <strong><?php 
echo $testi->fldTestimonialsName;
?>
</strong>, <?php 
echo $testi->fldTestimonialsWebsite;
?>
</div>
            </blockquote>
        </li>    
    </ul>