Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <div id="sales-mail">
  2. <div class="page-title">
  3. <h1>
  4. <?php echo Mage::helper('contacts')->__('Chain Store & Distributor Inquiry') ?>
  5. </h1>
  6. <form action= "<?php echo $this->getFormAction(); ?>" id="secondForm" method="post" class="scaffold-form"> ... </form>
  7.  
  8. <layout version="0.1.0">
  9. <contacts_index_index translate="label">
  10. <label>Contact Us Form</label>
  11. <reference name="head">
  12. <action method="setTitle" translate="title" module="contacts"><title>Contact Us</title></action>
  13. </reference>
  14. <reference name="root">
  15. <action method="setTemplate"><template>page/1column.phtml</template></action>
  16. <action method="setHeaderTitle" translate="title" module="contacts"><title>Contact Us</title></action>
  17. </reference>
  18. <update handle="cms_menu"/>
  19. <reference name="content">
  20. <block type="core/template" name="contactForm" template="contacts/form.phtml"/>
  21. <block type="core/template" name="secondForm" template="contacts/secondform.phtml"/>
  22. </block>
  23. </reference>
  24. </contacts_index_index>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement