<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - Only An Error]]></title>
		<link>http://punbb.informer.com/forums/topic/20236/only-an-error/</link>
		<description><![CDATA[The most recent posts in Only An Error.]]></description>
		<lastBuildDate>Fri, 14 Nov 2008 21:11:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Only An Error]]></title>
			<link>http://punbb.informer.com/forums/post/119342/#p119342</link>
			<description><![CDATA[<p>Sorry... It&#039;s right. Dante</p>]]></description>
			<author><![CDATA[dummy@example.com (Dante90)]]></author>
			<pubDate>Fri, 14 Nov 2008 21:11:10 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/119342/#p119342</guid>
		</item>
		<item>
			<title><![CDATA[Re: Only An Error]]></title>
			<link>http://punbb.informer.com/forums/post/119329/#p119329</link>
			<description><![CDATA[<p>I&#039;m sorry, I don&#039;t get it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Garciat)]]></author>
			<pubDate>Fri, 14 Nov 2008 17:35:00 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/119329/#p119329</guid>
		</item>
		<item>
			<title><![CDATA[Re: Only An Error]]></title>
			<link>http://punbb.informer.com/forums/post/119328/#p119328</link>
			<description><![CDATA[<p>It isnt an error. They added a php code that adds a class name into the &lt;li&gt;</p><p>Ex :&nbsp; </p><div class="codebox"><pre><code>&lt;li class=&quot;isactive&quot;&gt;&lt;a href=&quot;profile.php?section=essentials&amp;amp;id=&lt;?php echo $id ?&gt;&quot;&gt;&lt;?php echo $lang_profile[&#039;Section essentials&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (PHPLizardo)]]></author>
			<pubDate>Fri, 14 Nov 2008 17:31:21 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/119328/#p119328</guid>
		</item>
		<item>
			<title><![CDATA[Re: Only An Error]]></title>
			<link>http://punbb.informer.com/forums/post/119156/#p119156</link>
			<description><![CDATA[<p>Huh? What&#039;s the error?</p>]]></description>
			<author><![CDATA[dummy@example.com (Garciat)]]></author>
			<pubDate>Tue, 11 Nov 2008 20:28:12 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/119156/#p119156</guid>
		</item>
		<item>
			<title><![CDATA[Only An Error]]></title>
			<link>http://punbb.informer.com/forums/post/119155/#p119155</link>
			<description><![CDATA[<div class="codebox"><pre><code>&lt;div id=&quot;profile&quot; class=&quot;block2col&quot;&gt;
    &lt;div class=&quot;blockmenu&quot;&gt;
        &lt;h2&gt;&lt;span&gt;&lt;?php echo $lang_profile[&#039;Profile menu&#039;] ?&gt;&lt;/span&gt;&lt;/h2&gt;
        &lt;div class=&quot;box&quot;&gt;
            &lt;div class=&quot;inbox&quot;&gt;
                &lt;ul&gt;
                    &lt;li&lt;?php if ($page == &#039;essentials&#039;) echo &#039; class=&quot;isactive&quot;&#039;; ?&gt;&gt;&lt;a href=&quot;profile.php?section=essentials&amp;amp;id=&lt;?php echo $id ?&gt;&quot;&gt;&lt;?php echo $lang_profile[&#039;Section essentials&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;
                    &lt;li&lt;?php if ($page == &#039;personal&#039;) echo &#039; class=&quot;isactive&quot;&#039;; ?&gt;&gt;&lt;a href=&quot;profile.php?section=personal&amp;amp;id=&lt;?php echo $id ?&gt;&quot;&gt;&lt;?php echo $lang_profile[&#039;Section personal&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;
                    &lt;li&lt;?php if ($page == &#039;messaging&#039;) echo &#039; class=&quot;isactive&quot;&#039;; ?&gt;&gt;&lt;a href=&quot;profile.php?section=messaging&amp;amp;id=&lt;?php echo $id ?&gt;&quot;&gt;&lt;?php echo $lang_profile[&#039;Section messaging&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;
                    &lt;li&lt;?php if ($page == &#039;personality&#039;) echo &#039; class=&quot;isactive&quot;&#039;; ?&gt;&gt;&lt;a href=&quot;profile.php?section=personality&amp;amp;id=&lt;?php echo $id ?&gt;&quot;&gt;&lt;?php echo $lang_profile[&#039;Section personality&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;
                    &lt;li&lt;?php if ($page == &#039;display&#039;) echo &#039; class=&quot;isactive&quot;&#039;; ?&gt;&gt;&lt;a href=&quot;profile.php?section=display&amp;amp;id=&lt;?php echo $id ?&gt;&quot;&gt;&lt;?php echo $lang_profile[&#039;Section display&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;
                    &lt;li&lt;?php if ($page == &#039;privacy&#039;) echo &#039; class=&quot;isactive&quot;&#039;; ?&gt;&gt;&lt;a href=&quot;profile.php?section=privacy&amp;amp;id=&lt;?php echo $id ?&gt;&quot;&gt;&lt;?php echo $lang_profile[&#039;Section privacy&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;?php if ($pun_user[&#039;g_id&#039;] == PUN_ADMIN || ($pun_user[&#039;g_id&#039;] == PUN_MOD &amp;&amp; $pun_config[&#039;p_mod_ban_users&#039;] == &#039;1&#039;)): ?&gt;                    &lt;li&lt;?php if ($page == &#039;admin&#039;) echo &#039; class=&quot;isactive&quot;&#039;; ?&gt;&gt;&lt;a href=&quot;profile.php?section=admin&amp;amp;id=&lt;?php echo $id ?&gt;&quot;&gt;&lt;?php echo $lang_profile[&#039;Section admin&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;?php endif; ?&gt;                &lt;/ul&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;?php</code></pre></div><p>./include/functions.php</p><p>Line: 545 -&gt; 550</p><p>&lt;li -&gt; &lt;li&gt;</p><p>Dante</p>]]></description>
			<author><![CDATA[dummy@example.com (Dante90)]]></author>
			<pubDate>Tue, 11 Nov 2008 20:16:11 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/119155/#p119155</guid>
		</item>
	</channel>
</rss>
