diff options
Diffstat (limited to 'template-common')
-rw-r--r-- | template-common/default-layout.css | 2 | ||||
-rw-r--r-- | template-common/lib/jquery.js | 4 | ||||
-rw-r--r-- | template-common/lib/plugins/jquery.dimensions.js | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 4aecf3d55..d30ccce1b 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: /piwigo/trunk/template-common/default-layout.css 6329 2008-08-28T01:26:26.034575Z rvelices $ */ /* Set the width of the menubar for the galery */ #menubar { diff --git a/template-common/lib/jquery.js b/template-common/lib/jquery.js index 34cce704e..159bd53d7 100644 --- a/template-common/lib/jquery.js +++ b/template-common/lib/jquery.js @@ -6,8 +6,8 @@ * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * - * $Date$ - * $Rev$ + * $Date: 2008-08-28T01:26:26.034575Z $ + * $Rev: 6329 $ */ // Map over jQuery in case of overwrite diff --git a/template-common/lib/plugins/jquery.dimensions.js b/template-common/lib/plugins/jquery.dimensions.js index de6b39a91..0b2649402 100644 --- a/template-common/lib/plugins/jquery.dimensions.js +++ b/template-common/lib/plugins/jquery.dimensions.js @@ -2,8 +2,8 @@ * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * - * $LastChangedDate$ - * $Rev$ + * $LastChangedDate: 2008-09-25T15:10:39.280308Z $ + * $Rev: 6427 $ * * Version: 1.2 * |