- Mastering Magento Theme Design
- Andrea Saccà
- 146字
- 2021-07-16 11:57:23
Conventions
In the book we have used the following typographic conventions including: Italic for emphasis, and Monospace
for indicating paths and filenames.
A block of code, indicating HTML, PHP, or jQuery snippets of code and other code blocks are set as follows:
<a href="<?php echo Mage::helper('adminhtml')->getUrl('adminhtml/index/forgotpassword',array('_nosecret' => true)) ?>"> <?php echo Mage::helper('adminhtml')->__('Forgot your password?') ?> </a>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<topheader_color1 translate="label"> <label>Top Header Background: </label> <comment>Comment…</comment> <frontend_type>text</frontend_type> <validate>color</validate> <sort_order>02</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> <depends> <topheader_enable>1</topheader_enable> </depends> </topheader_color1>
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "To make a donation, click on the Contribute button and make your offer."
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Java Web基礎(chǔ)與實例教程(第2版·微課版)
- Web Application Development with R Using Shiny(Second Edition)
- Java開發(fā)入行真功夫
- PHP網(wǎng)絡(luò)編程學習筆記
- 精通Scrapy網(wǎng)絡(luò)爬蟲
- Building a Recommendation Engine with Scala
- 軟件架構(gòu):Python語言實現(xiàn)
- MATLAB 2020從入門到精通
- 軟件品質(zhì)之完美管理:實戰(zhàn)經(jīng)典
- Python算法詳解
- Learning jQuery(Fourth Edition)
- Web前端應用開發(fā)技術(shù)
- Canvas Cookbook
- 算法圖解