a3df543e964484070a202af9f2da33b2f91e8a00
chinhli
  Mon Mar 26 15:48:46 2012 -0700
Inithial hgLogin work
diff --git src/hg/hgLogin/hgLogin.h src/hg/hgLogin/hgLogin.h
new file mode 100644
index 0000000..214d845
--- /dev/null
+++ src/hg/hgLogin/hgLogin.h
@@ -0,0 +1,19 @@
+/* hgLogin.h  */
+
+#ifndef hgLogin_H
+#define hgLogin_H
+
+
+/* ---- global variables ---- */
+#define TITLE "UCSC Genome Browser Login v"CGI_VERSION
+
+
+/* ---- Cart Variables ---- */
+//#define signupName "hgLogin.do.signup"    /* Show  */
+#define signupName "hgLogin.do.signup"    /* Do signup button */
+
+/* ---- General purpose helper routines. ---- */
+
+
+#endif /* hgLogin_H */
+