| Tuesday 21 July 2009 5:17:11 am 
                                                                
                                                                 Hi, I am new to eZpublsih. can anyone help me to solve this problem I have a home page tempelate "pagelayout.tpl" in the location "design\plain_site\templates".  I have created a new tempelate "special.tpl" in the location "design\plain_site\override\templates".  I have created a new folder called "special" using admin interface and created a article inside special folder, which will be the content for special.tpl.  In special.tpl i have written  {$module_result.content} in body section and in "override.ini.append.php" i have places the following code. 
[special]Source=pagelayout.tpl
 MatchFile=sitemap.tpl
 Subdir=templates
 Match[node]=123 // node id of article
 Problem:- if i go to special page i am able to view the content of special article but not the tempelate. it is rendering pagelayout.tpl tempelate. what should i do to get special.tpl tempelate |