<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Developers</title><link>https://sourceforge.net/p/modern-cms/wiki/Developers/</link><description>Recent changes to Developers</description><atom:link href="https://sourceforge.net/p/modern-cms/wiki/Developers/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 21 Jan 2014 15:58:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/modern-cms/wiki/Developers/feed" rel="self" type="application/rss+xml"/><item><title>Developers modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/modern-cms/wiki/Developers/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -27,6 +27,6 @@
 ?&gt;
 
 Codes dictionary
-* $_SESSION['user_name'] - name of the user logged in.
-* $_SESSION['user_email'] - email of the user logged in.
-* $_SESSION['user_login'] - login of the logged in user.
+$_SESSION['user_name'] - name of the user logged in.
+$_SESSION['user_email'] - email of the user logged in.
+$_SESSION['user_login'] - login of the logged in user.
&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Tue, 21 Jan 2014 15:58:53 -0000</pubDate><guid>https://sourceforge.netb4984de2898bb99cec02d462604005fd3be27d9a</guid></item><item><title>Developers modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/modern-cms/wiki/Developers/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -26,3 +26,7 @@
     $translate['welcome_back'] = "Welcome back";
 ?&gt;
 
+Codes dictionary
+* $_SESSION['user_name'] - name of the user logged in.
+* $_SESSION['user_email'] - email of the user logged in.
+* $_SESSION['user_login'] - login of the logged in user.
&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Tue, 21 Jan 2014 15:58:07 -0000</pubDate><guid>https://sourceforge.netec95bba3746a2f4c58ab872b86bc4247dc225b45</guid></item><item><title>Developers modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/modern-cms/wiki/Developers/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -18,10 +18,8 @@
 /example_mod/langs/eng.php (language file)
 &lt;code&gt;
 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Tue, 21 Jan 2014 15:55:14 -0000</pubDate><guid>https://sourceforge.net92efec8ba2664d8e3e81b15a05776e3d7306c3c0</guid></item><item><title>Developers modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/modern-cms/wiki/Developers/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,8 +1,8 @@
 == Welcome to developers help centre! ==
 === Developing modules ===
 Example code:
-/example_mod/index.php
-~~~~~~
+/example_mod/index.php (the main file)
+&lt;code&gt;
 
-&lt;a href="../"&gt;&lt;/a&gt;
-~~~~~~
+&lt;/code&gt;
+/example_mod/langs/eng.php (language file)
+&lt;code&gt;
+
+&lt;/code&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Tue, 21 Jan 2014 15:54:08 -0000</pubDate><guid>https://sourceforge.net54a8d0961ce340c23643dde023dd7742816d350d</guid></item><item><title>Developers modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/modern-cms/wiki/Developers/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,14 +2,16 @@
 === Developing modules ===
 Example code:
 /example_mod/index.php
-:::php
-#site_lang==rus){
-#        $lang = "rus";
-#    } elseif ($config_all-&gt;site_lang==eng){
-#        $lang = "eng";
-#    }
-#    include "./modules/example_mod/langs/{$lang}.php";
-#?&gt;
+~~~~~~
+site_lang==rus){
+        $lang = "rus";
+    } elseif ($config_all-&gt;site_lang==eng){
+        $lang = "eng";
+    }
+    include "./modules/example_mod/langs/{$lang}.php";
+?&gt;
+&lt;a href="../"&gt;&lt;/a&gt;
+~~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Tue, 21 Jan 2014 15:45:37 -0000</pubDate><guid>https://sourceforge.net038cdcbe2b2a67216617d37f3a1916a94c2f0009</guid></item><item><title>Developers modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/modern-cms/wiki/Developers/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,13 +3,13 @@
 Example code:
 /example_mod/index.php
 :::php
-site_lang==rus){
-        $lang = "rus";
-    } elseif ($config_all-&gt;site_lang==eng){
-        $lang = "eng";
-    }
-    include "./modules/example_mod/langs/{$lang}.php";
-?&gt;
+#site_lang==rus){
+#        $lang = "rus";
+#    } elseif ($config_all-&gt;site_lang==eng){
+#        $lang = "eng";
+#    }
+#    include "./modules/example_mod/langs/{$lang}.php";
+#?&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Tue, 21 Jan 2014 15:38:57 -0000</pubDate><guid>https://sourceforge.net57b51cae51f23d8b995192bc40b2b96039e38cd0</guid></item><item><title>Developers modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/modern-cms/wiki/Developers/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;== Welcome to developers help centre! ==&lt;br /&gt;
=== Developing modules ===&lt;br /&gt;
Example code:&lt;br /&gt;
/example_mod/index.php&lt;br /&gt;
:::php&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
    include "../tpl/config/all.php";&lt;br /&gt;
    $config_all = new Config;&lt;br /&gt;
    if ($config_all-&amp;gt;site_lang==rus){&lt;br /&gt;
        $lang = "rus";&lt;br /&gt;
    } elseif ($config_all-&amp;gt;site_lang==eng){&lt;br /&gt;
        $lang = "eng";&lt;br /&gt;
    }&lt;br /&gt;
    include "./modules/example_mod/langs/{$lang}.php";&lt;br /&gt;
?&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 21 Jan 2014 15:37:58 -0000</pubDate><guid>https://sourceforge.net029722533de0373c4bb8e84900127d53c09b6db4</guid></item></channel></rss>