اذهب إلى المحتوى

السؤال

Recommended Posts

  • 0
نشر (معدل)

هناك طريقتين اثنتين لفعل ذلك، هما:

  • الطريقة الأولى:
app/design/frontend/base/default/layout/contacts.xml 

انسخ القالب:

app/design/frontend/yourpackage/yourtheme/layout/contacts.xml

وغيّر من:

<action method="setTemplate"><template>page/2columns-right.phtml</template></action>

إلى المسار التالي:

<action method="setTemplate"><template>page/1column.phtml</template></action>
  • الطريقة الثانية:
app/design/frontend/yourpackage/yourtheme/layout/local.xml

أنشئ ملف جديدlocal.xml:

<?xml version="1.0"?>
    <layout version="0.1.0">
        <contacts_index_index>
            <reference name="root">
            <action method="setTemplate"><template>page/1column.phtml</template></action>
        </reference>
        </contacts_index_index>
    </layout>

 

تم التعديل في بواسطة E.Nourddine

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...