Front Desk:1, front page logo code "
File Location:\MOBILE\THEMES\DEFAULT\INDEX.DWT "
<div style= "text-align:center;padding:5px 0 18px;" ></div>2, logo at the bottom of the template
Search the entire template catalog file mobile/themes directory keywords: <footer class= "logo" >
Can search out <footer class= "logo" ></footer" >
This sentence can be deleted. Below is the default version of the main template file related to logo image
Mobile/themes/default/article_cat.dwt
Mobile/themes/default/article_info.dwt
Mobile/themes/default/article_list.dwt
Mobile/themes/default/goods.dwt
Mobile/themes/default/library/goods_list.lbi
Mobile/themes/default/user_order_detail.dwt
Mobile/themes/default/user_order_list.dwt
The simplest way to find the picture path/mobile/themes/default/images/copyright.png (default template defaults)
Replace it with your own logo image. 3, the foreground head title part powered by ectouch.cn modification
①mobile/include/apps/default/common/function.php file Function Get_page_title
$page _title = C (' Shop_title '). ‘ - ‘ . ' Powered by ectouch.cn ';
Change to $page_title = C (' Shop_title ');
② Delete the title inside the touch screen version of the words, modify two places
"\www\mobile\themes\default\library\page_header.lbi"
"\www\mobile\themes\default\library\user_header.lbi"
<title>{$page _title} touchscreen version </title> changed to
<title>{$page _title}</title>4, if there is a template header version information <meta name= "Generator" content= "Ectouch 1.0beta2"/>
Whole Site Search Generator keywords
Or you can find the file mobile/include/library/ecstemplate.class.php about 938 lines of comments.
/* Add version information to the header */
$source = preg_replace ('/APPNAME. ‘ ‘ . VERSION. "/>", $source); 5. Modify the menu at the bottom of the page
\mobile\themes\default\library\page_menu.lbi
6.Modify how long the carousel graph displays
\mobile\themes\default\library\page_footer.lbiBackstage:
1. Background template settings available templates show picture address default "Screenshot.png":
\mobile\themes\default\images\screenshot.png
Ectouch the sixth template content modification