Adding html extension

3 posts by 2 authors in: Forums > CMS Builder
Last Post: September 11, 2012   (RSS)

Re: [Jesus] Adding html extension

By Jason - September 11, 2012

Hi,

You should be able to hard code in the .html at the end of your link like this:

<h3 class="catItemTitle"><a href="<?php echo str_replace("verArticulo.php?","",$record['_link']) . ".html"; ?>"><?php echo htmlencode($record['title']) ?></a></h3>

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Adding html extension

By Jesus - September 11, 2012

Perfect!!!

Thank you Jason!