Personal website call labels:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name ="keywords" content="{if $menu_keywords eq ''}{$web_config.W_KW}{else}{$menu_keywords}{/if}"><meta name="description" content="{if $menu_description eq ''}{$web_config.W_DS}{else}{$menu_description}{/if}"><meta name="author" content="{$web_config.Web_author}"><title>{if $menu_title eq ''}{$web_config.W_ST}{else}{$menu_title}{/if}</title><link href="{$web_config.W_U}style/style.css" rel="stylesheet" type="text/css" />{if $web_config.W_GC eq '1'}{literal}<style type="text/css">html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}</style>{/literal}{/if}<script language="javascript" src="{$web_config.W_U}js/jquery.js"></script><script language="javascript" src="{$web_config.W_U}js/function.js"></script>
Articles you may be interested in
- Summary of common system variables in Thinkphp templates
- DIV layer that slides with the scroll bar (fixed to the DIV layer that does not disappear with browsing on the top of the page)
- Use php functions in the smarty template and how to use multiple functions for a variable in the smarty Template
- Js obtains the height of the scroll bar from the top and bottom of the browser. It is compatible with ie and firefox.
- The last record of the volist loop in the thinkphp Template
- Smarty template variable operator Summary
- 10 practical. htaccess code snippets
- Extension of the for loop in the smarty Template