Theming the Zircon template
Hello.
My site is running on Drupal 7.
Previously, for theming new content types, I usually created new templates. For example, if I created a new content type called "review," I would create a template in the templates folder: node--obzor.tpl.php. Now, in the Zircon template, if I create node--obzor.tpl.php, the system throws an error. I tried creating page--obzor.tpl.php. In this case, the error disappears, but I cannot theme the new content type Review.
The same goes for theming comments; I am unable to theme the comment form and display. I tried creating templates in the tpl folder such as: comment--node-obzor.tpl.php and comment-wrapper.tpl.php. In this case, the system also throws an error.
Overall, I am unable to theme new content types and comments in the Zircon template. Please advise on how to theme new content types and comments in the Zircon template (Drupal 7). Thank you in advance.