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
2008-02-27 03:15:31 +00:00
2007-03-16 06:15:27 +00:00
2008-02-27 22:00:13 +00:00
2007-10-23 00:10:49 +00:00
2007-04-10 05:26:48 +00:00
2007-05-15 20:23:09 +00:00
Languages
PHP 74.3%
HTML 9.7%
JavaScript 7.3%
Go Template 4.8%
CSS 3.3%
Other 0.5%