diff options
Diffstat (limited to 'plugins/SwiftThemeCreator')
-rw-r--r-- | plugins/SwiftThemeCreator/farbtastic/farbtastic.js | 3 | ||||
-rw-r--r-- | plugins/SwiftThemeCreator/theme_creator.tpl | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/plugins/SwiftThemeCreator/farbtastic/farbtastic.js b/plugins/SwiftThemeCreator/farbtastic/farbtastic.js index bad654489..085ab1f96 100644 --- a/plugins/SwiftThemeCreator/farbtastic/farbtastic.js +++ b/plugins/SwiftThemeCreator/farbtastic/farbtastic.js @@ -1,4 +1,3 @@ -// $Id: /piwigo/trunk/plugins/SwiftThemeCreator/farbtastic/farbtastic.js 6285 2008-07-21T22:20:47.317098Z vdigital $ // Farbtastic 1.2 jQuery.fn.farbtastic = function (callback) { @@ -326,4 +325,4 @@ jQuery._farbtastic = function (container, callback) { if (callback) { fb.linkTo(callback); } -}
\ No newline at end of file +} diff --git a/plugins/SwiftThemeCreator/theme_creator.tpl b/plugins/SwiftThemeCreator/theme_creator.tpl index adc049b52..9261b0d64 100644 --- a/plugins/SwiftThemeCreator/theme_creator.tpl +++ b/plugins/SwiftThemeCreator/theme_creator.tpl @@ -1,4 +1,3 @@ -{* $Id: /piwigo/trunk/plugins/SwiftThemeCreator/theme_creator.tpl 6327 2008-08-26T14:18:42.525002Z vdigital $ *} <div class="titrePage"> <h2>{'Swift Theme Creator'|@translate}</h2> </div> |