[longomatch/redesign2: 97/159] Add constatns for templates extensions



commit 3a087ebd270258451509f19bcbb8eeb92c94e067
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Mar 26 19:56:19 2011 +0100

    Add constatns for templates extensions

 LongoMatch/Common/Constants.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Common/Constants.cs b/LongoMatch/Common/Constants.cs
index 2100d79..0fc2346 100644
--- a/LongoMatch/Common/Constants.cs
+++ b/LongoMatch/Common/Constants.cs
@@ -95,6 +95,9 @@ Xavier Queralt Mateu (ca)";
 		public const string WEBM = "WebM (VP8 + Vorbis)";
 		public const string DVD="DVD (MPEG-2 + MP3)";
 		
-		public const string SUBCAT_EXT = "subcat";
+		public const string TEMPLATES_DIR = "templates";
+		public const string TEAMS_TEMPLATE_EXT = ".ltt";
+		public const string CAT_TEMPLATE_EXT = ".lct";
+		public const string SUBCAT_TEMPLATE_EXT = ".lst";
 	}
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]