Relative URLs within the HTML block.
Permalink
One section of the site I am converting to concrete5 was created and is maintained by a different person. It uses a completely different theme than the rest of the site, and they have asked me to leave it as is - essentially just copy the HTML across. I have accomplished this by converting this section of the site to a theme as outlined here:
http://www.concrete5.org/documentation/how-tos/designers/make-a-the...
Then I just set up a html block as the body and copy everything within <body></body> over. So far so good - except that obviously all the relative URLs don't work and I can't use php within the html block to find them (using <?=$this->url('');?> or similar).
As I don't know what the absolute URLs will be once the site goes live, I can't use these either. Is there any way to get around this, other than using the simple php block?
http://www.concrete5.org/documentation/how-tos/designers/make-a-the...
Then I just set up a html block as the body and copy everything within <body></body> over. So far so good - except that obviously all the relative URLs don't work and I can't use php within the html block to find them (using <?=$this->url('');?> or similar).
As I don't know what the absolute URLs will be once the site goes live, I can't use these either. Is there any way to get around this, other than using the simple php block?