The content is not showing / trying to convert html to concrete5 theme

Permalink
Hello everyone

I'm trying to create an html template to concrete theme, but the content is not showing. I can also send the files, if anyone could help me ? :-)

 
hutman replied on at Permalink Reply
hutman
Can you explain a bit more about what "content isn't showing"? This is very vague, include some screenshots of what you did get working and what you didn't and I'm sure the Community would be happy to help out.
nesoor replied on at Permalink Reply
nesoor
Hey Basoda,

When you want to show an image you have to place it with the following code:

<img src="<?php echo $this->getThemePath()?>/images/logo.png"></a>

<?php echo $this->getThemePath()?>


Not sure if you mean that, but thats how you can place images.