<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - Only An Error]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/20236/"/>
	<updated>2008-11-14T21:11:10Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/20236/only-an-error/</id>
		<entry>
			<title type="html"><![CDATA[Re: Only An Error]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/119342/#p119342"/>
			<content type="html"><![CDATA[<p>Sorry... It&#039;s right. Dante</p>]]></content>
			<author>
				<name><![CDATA[Dante90]]></name>
				<uri>http://punbb.informer.com/forums/user/10035/</uri>
			</author>
			<updated>2008-11-14T21:11:10Z</updated>
			<id>http://punbb.informer.com/forums/post/119342/#p119342</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Only An Error]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/119329/#p119329"/>
			<content type="html"><![CDATA[<p>I&#039;m sorry, I don&#039;t get it.</p>]]></content>
			<author>
				<name><![CDATA[Garciat]]></name>
				<uri>http://punbb.informer.com/forums/user/12481/</uri>
			</author>
			<updated>2008-11-14T17:35:00Z</updated>
			<id>http://punbb.informer.com/forums/post/119329/#p119329</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Only An Error]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/119328/#p119328"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[PHPLizardo]]></name>
				<uri>http://punbb.informer.com/forums/user/14266/</uri>
			</author>
			<updated>2008-11-14T17:31:21Z</updated>
			<id>http://punbb.informer.com/forums/post/119328/#p119328</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Only An Error]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/119156/#p119156"/>
			<content type="html"><![CDATA[<p>Huh? What&#039;s the error?</p>]]></content>
			<author>
				<name><![CDATA[Garciat]]></name>
				<uri>http://punbb.informer.com/forums/user/12481/</uri>
			</author>
			<updated>2008-11-11T20:28:12Z</updated>
			<id>http://punbb.informer.com/forums/post/119156/#p119156</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Only An Error]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/119155/#p119155"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Dante90]]></name>
				<uri>http://punbb.informer.com/forums/user/10035/</uri>
			</author>
			<updated>2008-11-11T20:16:11Z</updated>
			<id>http://punbb.informer.com/forums/post/119155/#p119155</id>
		</entry>
</feed>
