From 618158aca4d99fe522b0f54d547442f17a5db148 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 27 Feb 2008 23:08:44 +0000 Subject: 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 '' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/dark/mail-css.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/yoga/theme/dark/mail-css.tpl') diff --git a/template/yoga/theme/dark/mail-css.tpl b/template/yoga/theme/dark/mail-css.tpl index 38a73423d..6ed6f1e81 100644 --- a/template/yoga/theme/dark/mail-css.tpl +++ b/template/yoga/theme/dark/mail-css.tpl @@ -1,3 +1,4 @@ + /* $Id$ */ /* Theme mail css */ /* Including like css style on HTML mail */ -- cgit v1.2.3