Closed (fixed)
Project:
Tapestry
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2008 at 23:39 UTC
Updated:
3 Apr 2008 at 03:21 UTC
I realized this them has no node.tpl.php file. If I want to create a custom node-mycontent.tpl.php, which node.tpl.php should I use as starting point? Can I use the one form NewsFlash? The only thing I want to alter is the position of user pictures, as they appear above post information, when it should go below it, and floating to left, so the content is not pushed to bottom.
Comments
Comment #1
roopletheme commentedWhenever a theme does not provide a specific default template file, the theming engine (phptemplate, in this case) provides a 'default template' for use. You can find the engine's default template files in the themes/engines/phptemplate folder of your drupal install. You should copy the node.tpl.php file from this folder into your theme folder, and then modify this copy.
Comment #2
dtabach commentedOk, thanks your reply, it was the first time a saw a theme folder without a node.tpl.php file.
But I must thank you mainly for providing such a great theme as Tapestry. Its features are amazing.