هذا الدرس عباره عن اضافه وسوم H1 و H2 للمواضيع والاقسام ...



اولا :

الاقسام افتح قالب الـ ForumDisplay وابحث عن :

كود PHP:
$navbar 
ثم اضف اسفل منها :

كود PHP:
<!--- Tags --->
<
div id="tags">
<
h1 align="center">
<
a style="text-decoration: none" title="$thread[title]href="showthread.php?$session[sessionurl]t=$threadid">$thread[title]</a></h1>
<
h2 align="center">
<
a style="text-decoration: none" title="$foruminfo[title_clean]href="forumdisplay.php?$session[sessionurl]f=$forumid">$foruminfo[title_clean]</a></h2>
</
div>
<!--- 
// Tags ---> 


ثانيا :

بالنسبه للمواضيع افتح قالب ShowThread وابحث عن :

كود PHP:
$navbar 
ثم اضف اسفل منها :

كود PHP:
<!-- Tags -->
<
div id="tags">
<
h1 align="center">
<
a style="text-decoration: none" title="$thread[title]href="showthread.php?$session[sessionurl]t=$threadid">$thread[title]</a></h1>
<
h2 align="center">
<
a style="text-decoration: none" title="$foruminfo[title_clean]href="forumdisplay.php?$session[sessionurl]f=$forumid">$foruminfo[title_clean]</a></h2>
</
div>
<!-- 
// Tags --> 


الان احفظ العمل .....