0
votes

I moved the 'mysite_theme' theme folder from ‘/sites/default/themes’ to ‘/sites/all/themes’.

The css, themes everything is working fine. But, I have some php code for a page /sites/all/themes/mysite_themes/templates/node--80.tpl.php. This is not working anymore.

I cleared the cache from the performance page. But still it is not working.

Am I missing anything? Please help. Thanks in advance.

1
is 80 the id of the node you are trying to theme? - Ardit Meti
You should enter to "Edit" required node and check it's ID. If ID is not 80 - rename your template file - DrHolera
@ArditMeti you are right. Thanks a ton. The id was wrong. - lambda8
@DrHolera you are right. Thanks a ton. The id was wrong. - lambda8

1 Answers

0
votes

Your id is most likely wrong. Make sure the node id in your template filename is correct.

Please mark check if this ticket is done.