content of theme is not showing up

Permalink
Hi there!
I am trying to install a simple theme by myself.
I am doing it exactly the way its described in the guide.
After installation my png pic is not showing up anymore
and after renaming the index.html into default.php content is not showing up
when reloading.
someone knows what could be the reason?
Thanks Chris

 
c5dragon replied on at Permalink Reply
c5dragon
Probably wrong image path (maybe css or js path). Your images (or css/js) are in themes/themename/images ( /css or /js) and you have to prefix the path with your theme path.

<img class="logo" src="<?= $view->getThemePath() ?>/images/logo.svg" alt="<?php echo Config::get('concrete.site') ;?>">
chrisizang1 replied on at Permalink Reply
Thx for answering.
In the videotutorial is shown, that content is shown, after renaming the index.html into default.php or full.php. of course only the content without css-design.
By the way, I am using newest version of concrete5.
c5dragon replied on at Permalink Reply
c5dragon
What video tutorial?
and what image? The thumbnail?
chrisizang1 replied on at Permalink Reply
Is there somewhere a "ready for concrete5 package" as a download?
c5dragon replied on at Permalink Reply
c5dragon