Subversion Repositories DevTools

Rev

Rev 4055 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4055 Rev 5356
Line 28... Line 28...
28
gRssStyle          = "<?xml-stylesheet type=""text/xsl"" href=""rss.xsl"" ?>"   'This is to make RSS xml readable File rss.xsl should exist
28
gRssStyle          = "<?xml-stylesheet type=""text/xsl"" href=""rss.xsl"" ?>"   'This is to make RSS xml readable File rss.xsl should exist
29
gBlackListedIps    = ""
29
gBlackListedIps    = ""
30
'gWikiBodyPrefix    = "|!{bigger}DOUBLE-CLICK page or Click Edit below.{/bigger}"
30
'gWikiBodyPrefix    = "|!{bigger}DOUBLE-CLICK page or Click Edit below.{/bigger}"
31
gFooterHtml        = "</body></html><div id='ads'><XML><noscript><div><span><iframe><style>"  'This hides footer ads for this site.
31
gFooterHtml        = "</body></html><div id='ads'><XML><noscript><div><span><iframe><style>"  'This hides footer ads for this site.
32
gDevNotePrefix     = "PM"                             ' Dev Note Prefix
32
gDevNotePrefix     = "PM"                             ' Dev Note Prefix
-
 
33
gFavIcon           = "../icons/" & gDevNotePrefix & Application("FavIconSuffix") & ".png"
33
 
34
 
34
gLoginFlag   =  "edit"
35
gLoginFlag   =  "edit"
35
gHideLogin   =  true
36
gHideLogin   =  true
36
%>
37
%>
37
 
38