The template for the backstage of the dream is stored under Dede/templets,
Landing page template login.htm,
go to homepage template index_body.htm,
left Menu Template index_menu2.htm.
Modify the left menu to dede/inc/inc_menu.php this file.
to add a menu to find dede/templets/index_menu2.htm add:
- <a id= ' Link9 ' class= ' mm ' ><div onclick= "Showmainmenu (9)" > Other </div></a>
Note here that your Id,link9 do not repeat with the above ID, and then the JS method behind the Showmainmenu also to pass in 9, is corresponding. Then is the next step, or this page, probably find some empty div below, are some of the ID is CT plus number, plus: <div id= ' Ct9 ' ></div> (here the number behind CT corresponds to the number above you)
Next find dede/inc/inc_menu.php open at the bottom of a string---the top of the symbol, plus
- <m:top item= ' 9_ ' name= ' information Other management ' notshowall= ' 1 ' display= ' none ' rank= ' sys_makehtml ' >
- <m:item name= ' management id ' link= '/plus/mood/mood_write_admin.php ' rank= ' sys_makehtml ' target= ' main '/>
- </m:top>
Copy Code
You will be able to access your new features in the "other" and "Manage ID" in the background.
How to modify the background of Dede weaving dream? How do I add a delete menu? (