Subversion Repositories SmartDukaan

Rev

Rev 11860 | Rev 12099 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11860 Rev 11925
Line 342... Line 342...
342
         }
342
         }
343
		.slider_arrow_right {
343
		.slider_arrow_right {
344
         background: url(/images/right_arrow.png) no-repeat top left;
344
         background: url(/images/right_arrow.png) no-repeat top left;
345
         }
345
         }
346
	</style>
346
	</style>
-
 
347
#if($action.isPrivateDealUserBase())
-
 
348
<script type="text/javascript"> 
-
 
349
_gaq.push(['_setCustomVar',
-
 
350
      1,             // This custom var is set to slot #1.  Required parameter.
-
 
351
      'typeofuser',   // The name of the custom variable.  Required parameter.
-
 
352
      'PrivateDeal',      // Sets the value of "User Type" to "Member" or "Visitor" depending on status.  Required parameter.
-
 
353
      1             // Sets the scope to session-level.  Optional parameter.
347
 
354
]);
-
 
355
</script>
-
 
356
#end
348
</body>
357
</body>
349
</html>
358
</html>
350
 
359