php - Prestashop overloading backoffice navigation nav.tpl -


मैं नेविगेशन टेम्पलेट फ़ाइल ओवरराइड करना चाहता हूं:

  / admin / themes / template / nav .tpl  

मैंने कोड डाल दिया

  /my_module_dir/override/controller/admin/template/nav.tpl  
< P> कोड:

  {विस्तारित फ़ाइल = "nav.tpl"} & lt; h1 & gt; टेस्ट & lt; / h1 & gt;  

मैं कैश साफ़ करता हूं और पुनरारंभ मॉड्यूल परन्तु कोड नहीं दिखा रहा है। किसी भी मदद?

आप केवल नियंत्रक टेम्पलेट और अंततः एक सहायक टेम्पलेट्स ओवर कर सकते हैं। Nav.tpl ओवरराइड कार्यक्षमता का उपयोग किए बिना सिर्फ header.tpl में शामिल है।


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

Registering an Interceptor For All Interface Implementaions in Castle Windsor -