Changeset 13550 for extensions/simple_themes/simple
- Timestamp:
- Mar 14, 2012, 2:35:33 PM (13 years ago)
- Location:
- extensions/simple_themes/simple
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/simple_themes/simple/template/header.tpl
r13549 r13550 37 37 {/if} 38 38 39 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/simple/content.css"> 40 {foreach from=$themes item=theme} 41 {if $theme.load_css} 42 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/{$theme.id}/theme.css"> 43 {/if} 44 {if !empty($theme.local_head)}{include file=$theme.local_head}{/if} 45 {/foreach} 39 {get_combined_css} 40 {combine_css path="themes/simple/content.css" order="-10"} 41 {foreach from=$themes item=theme} 42 {if $theme.load_css} 43 {combine_css path="themes/`$theme.id`/theme.css" order=-10} 44 {/if} 45 {if !empty($theme.local_head)}{include file=$theme.local_head load_css=$theme.load_css}{/if} 46 {/foreach} 46 47 47 48 {if isset($U_PREFETCH)}<link rel="prefetch" href="{$U_PREFETCH}">{/if} … … 53 54 <link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}"> 54 55 {/if} 56 {get_combined_scripts load='header'} 57 {combine_script id="simplescripts" require="jquery" path="themes/simple/js/scripts.min.js"} 58 55 59 {if not empty($head_elements)} 56 60 {foreach from=$head_elements item=elt}{$elt} 57 61 {/foreach} 58 62 {/if} 59 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/simple/js/jquery-1.4.4.min.js"}60 {known_script id="simplescripts" src=$ROOT_URL|@cat:"themes/simple/js/scripts.min.js"}61 63 <script type="text/javascript"> 62 64 document.documentElement.className = 'js'; -
extensions/simple_themes/simple/themeconf.inc.php
r13549 r13550 2 2 /* 3 3 Theme Name: Simple Grey 4 Version: 2.3 4 Version: 2.3.1 5 5 Description: Simple Grey 6 6 Theme URI: http://piwigo.org/ext/extension_view.php?eid=308
Note: See TracChangeset
for help on using the changeset viewer.