Ignore:
Timestamp:
08/15/10 18:45:12 (22 months ago)
Author:
vain
Message:
  • several changes to copyright, router, bootstrap, frontcontroller and various other files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/admin/index.tpl

    r4426 r4578  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    22<html><head> 
     3    <title>{if isset($pagetitle)}{$pagetitle} - {/if}{breadcrumbs title="1" trail=$trail separator=" &raquo; " length=30}</title> 
    34 
    4     {* display cache time as comment *} 
     5    {* Metatags *} 
    56 
    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"}. --> 
    722 
    823    <!-- jQuery --> 
     
    1732    <link rel="stylesheet" type="text/css" href="{$www_root_themes}/core/css/jquery.pnotify.default.css" /> 
    1833 
    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  
    3634    {* Clansuite Cascading Style Sheets *} 
    3735 
     
    4240 
    4341    <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=" &raquo; " length=30}</title> 
    4842 
    4943</head> 
     
    6155 
    6256{include file="firebug_active_warning.tpl"} 
     57 
    6358{flashmessages} 
    6459 
     
    7267        <tr> 
    7368            <td class="admin_header"> 
     69 
    7470                {include file='breadcrumbs.tpl'} 
     71 
    7572                {include file='help_button.tpl'} 
    7673 
Note: See TracChangeset for help on using the changeset viewer.