Ignore:
Timestamp:
Jan 20, 2010, 12:21:18 AM (14 years ago)
Author:
boulde
Message:

remove unused code, add image size limit in themeconf and other suggestions
from EX-FTB, make the theme useable without javascript (show menu & comments),
...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Simple_Grey/header.tpl

    r4702 r4710  
    1313  {if isset($last.U_IMG)    }<link rel="last" title="{'last_page'|@translate}" href="{$last.U_IMG}" >{/if}
    1414  {if isset($U_UP)          }<link rel="up" title="{'thumbnails'|@translate}" href="{$U_UP}" >{/if}
    15   {$themeconf.local_head}
    1615  {if isset($U_PREFETCH)}<link rel="prefetch" href="{$U_PREFETCH}">{/if}
    1716  {if not empty($page_refresh)}<meta http-equiv="refresh" content="{$page_refresh.TIME};url={$page_refresh.U_REFRESH}">{/if}
     
    2221  <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/content.css">
    2322  <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css">
    24         <!--  <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template-common/local-layout.css"> -->
     23  <!--  <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template-common/local-layout.css"> -->
     24  <noscript><style type="text/css">
     25      {literal}#menubar {display: block;} #theComments div {display: block;}{/literal}
     26  </style></noscript>
     27  {$themeconf.local_head}
    2528  {if not empty($head_elements)}
    2629    {foreach from=$head_elements item=elt}{$elt}
Note: See TracChangeset for help on using the changeset viewer.