Changeset 4578 for trunk/themes/admin/index.tpl
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/themes/admin/index.tpl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/admin/index.tpl
r4426 r4578 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 2 <html><head> 3 <title>{if isset($pagetitle)}{$pagetitle} - {/if}{breadcrumbs title="1" trail=$trail separator=" » " length=30}</title> 3 4 4 {* display cache time as comment*}5 {* Metatags *} 5 6 6 <!-- This Page was cached on {$smarty.now|date_format:"%Y-%m-%d %H:%M:%S"}. --> 7 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 8 <meta http-equiv="expires" content="Fri, Jan 01 1900 00:00:00 GMT" /> 9 <meta http-equiv="pragma" content="no-cache" /> 10 <meta http-equiv="cache-control" content="no-cache" /> 11 <meta http-equiv="content-language" content="{$meta.language}" /> 12 <meta http-equiv="reply-to" content="{$meta.email}" /> 13 <meta name="author" content="{$meta.author}" /> 14 <meta name="description" content="{$meta.description}" /> 15 16 {* Favicon *} 17 18 <link rel="shortcut icon" href="{$www_root_themes_core}/images/clansuite_logos/Clansuite-Favicon-16.ico" /> 19 <link rel="icon" href="{$www_root_themes_core}/images/clansuite_logos/Clansuite-Favicon-16.ico" type="image/gif" /> 20 21 <!-- This Page was processed on {$smarty.now|date_format:"%Y-%m-%d %H:%M:%S"}. --> 7 22 8 23 <!-- jQuery --> … … 17 32 <link rel="stylesheet" type="text/css" href="{$www_root_themes}/core/css/jquery.pnotify.default.css" /> 18 33 19 {* Metatags *}20 21 <meta http-equiv="content-type" content="text/html; charset=utf-8" />22 <meta http-equiv="expires" content="Fri, Jan 01 1900 00:00:00 GMT" />23 <meta http-equiv="pragma" content="no-cache" />24 <meta http-equiv="cache-control" content="no-cache" />25 <meta http-equiv="content-language" content="{$meta.language}" />26 <meta http-equiv="reply-to" content="{$meta.email}" />27 28 <meta name="author" content="{$meta.author}" />29 <meta name="description" content="{$meta.description}" />30 31 {* Favicon *}32 33 <link rel="shortcut icon" href="{$www_root_themes_core}/images/clansuite_logos/Clansuite-Favicon-16.ico" />34 <link rel="icon" href="{$www_root_themes_core}/images/clansuite_logos/Clansuite-Favicon-16.ico" type="image/gif" />35 36 34 {* Clansuite Cascading Style Sheets *} 37 35 … … 42 40 43 41 <script src="{$www_root_themes_core}/javascript/clip.js" type="text/javascript"></script> 44 45 {* Pagetitle *}46 47 <title>{if isset($pagetitle)}{$pagetitle} - {/if}{breadcrumbs title="1" trail=$trail separator=" » " length=30}</title>48 42 49 43 </head> … … 61 55 62 56 {include file="firebug_active_warning.tpl"} 57 63 58 {flashmessages} 64 59 … … 72 67 <tr> 73 68 <td class="admin_header"> 69 74 70 {include file='breadcrumbs.tpl'} 71 75 72 {include file='help_button.tpl'} 76 73
Note: See TracChangeset
for help on using the changeset viewer.
