Ignore:
Timestamp:
Mar 14, 2012, 2:37:30 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.4

compatibility with piwigo 2.2:

  • update template, language strings + misc things
  • use rating and core.scripts from default theme
  • cleanup useless javascript stuff
  • use new combined_css feature - thanks to P@t
  • replace known_script with combine_script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/header.tpl

    r13550 r13551  
    66{if isset($meta_ref) }
    77  {if isset($INFO_AUTHOR)}
    8   <meta name="author" content="{$INFO_AUTHOR|@replace:'"':' '}">
     8  <meta name="author" content="{$INFO_AUTHOR|@strip_tags:false|@replace:'"':' '}">
    99  {/if}
    1010  {if isset($related_tags)}
     
    5454  <link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
    5555  {/if}
     56
    5657  {get_combined_scripts load='header'}
    57   {combine_script id="simplescripts" require="jquery" path="themes/simple/js/scripts.min.js"}
     58  {combine_script id='jquery' path='themes/default/js/jquery.min.js'}
     59  {combine_script id='jquery.cookie' path='themes/simple/js/jquery.cookie.min.js'}
     60  {combine_script id='rating' path='themes/default/js/rating.js'}
     61  {combine_script id='core.scripts' path='themes/default/js/scripts.js'}
     62  {combine_script id='simple.scripts' path='themes/simple/js/scripts.js'}
    5863
    5964  {if not empty($head_elements)}
Note: See TracChangeset for help on using the changeset viewer.