Subversion Repositories DevTools

Rev

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

Rev 5354 Rev 5372
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     = "AM"                             ' Dev Note Prefix
32
gDevNotePrefix     = "AM"                             ' Dev Note Prefix
33
gFavIcon           = "../icons/" & gDevNotePrefix & Application("FavIconSuffix") & ".png"
33
gFavIcon           = "../favicons/" & gDevNotePrefix & "Wiki" & Application("FavIconSuffix") & ".png"
34
 
34
 
35
gLoginFlag   =  "edit"
35
gLoginFlag   =  "edit"
36
gHideLogin   =  true
36
gHideLogin   =  true
37
%>
37
%>
38
 
38