piwigo/template/yoga/theme/dark
rub 618158aca4 Add comment tags in order to know tpl to migrate
# tag
for f in `find . -name \*.tpl`
do 
  echo $f
  mv $f $f.tmp
  echo '<!-- DEV TAG: not smarty migrated -->' > $f
  cat $f.tmp >> $f
  rm -f $f.tmp
done

#find file not migrated
for f in `find . -name \*.tpl`
do 
  grep -i '<!-- DEV TAG: not smarty migrated -->' $f > /dev/null && echo $f
done


git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27 23:08:44 +00:00
..
images Update svn properties (svn:eol-style and svn:keywords) 2007-03-16 06:30:07 +00:00
index.php Update svn properties (svn:eol-style and svn:keywords) 2007-03-16 06:30:07 +00:00
mail-css.tpl Add comment tags in order to know tpl to migrate 2008-02-27 23:08:44 +00:00
theme.css - css change tabsheet is nicer than before (especially IE7); also tested in FF2 and IE6 2007-10-01 23:39:21 +00:00
themeconf.inc.php 0000497: (facultative) themeconf.inc.php can build additional about text for PWG about page (see wipi theme). 2007-02-17 18:52:17 +00:00