Closed (fixed)
Project:
Content Templates (Contemplate)
Version:
5.x-2.04
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2008 at 10:42 UTC
Updated:
9 Dec 2008 at 11:28 UTC
i created a teasercontemplate for a contentype, when i use views to show the content of this contenttype everything is fine.
But when use the the following php/snippet
$article = node_load(3);
$preview = $article->teaser;
print $preview;
to show the teaser of the contents, the contemplate for the teaser is not used.
What can i do
greetings, jonas
Comments
Comment #1
jonas28 commentedi solved this problem: