diff --git a/uppbox/uppweb/facebook.txt b/uppbox/uppweb/facebook.txt new file mode 100644 index 000000000..044fdb378 --- /dev/null +++ b/uppbox/uppweb/facebook.txt @@ -0,0 +1,10 @@ +
+ + +
diff --git a/uppbox/uppweb/uppweb.upp b/uppbox/uppweb/uppweb.upp index d16c7ecfa..f58e339d9 100644 --- a/uppbox/uppweb/uppweb.upp +++ b/uppbox/uppweb/uppweb.upp @@ -30,6 +30,7 @@ file projects.tpp, other.tpp, www.iml, + facebook.txt, amazon.txt, adsense2.txt, adsense3.txt, diff --git a/uppbox/uppweb/www.cpp b/uppbox/uppweb/www.cpp index a4f9a0e08..7206874f7 100644 --- a/uppbox/uppweb/www.cpp +++ b/uppbox/uppweb/www.cpp @@ -547,6 +547,8 @@ void ExportPage(int i) HtmlTCell().Center() / BoxWidth(160).Center() / ( bar[GetLinkLanguage(path)] + "
" + + LoadFile(GetRcFile("facebook.txt")) + + "

" + // "

" + LoadFile(GetRcFile("adsense2.txt")) + "

" + @@ -657,6 +659,10 @@ GUI_APP_MAIN outPdf = true; doSvn = true; +#ifdef _DEBUG + ftpupload = false; +#endif + ProgramData data; String configFile = GetHomeDirFile("uppweb.xml");