Thread: Question?
View Single Post
  #5  
Old 10-21-2012, 02:29 PM
Aasixx's Avatar
Aasixx Aasixx is offline
.. your friendly geek. c:
 
Join Date: Nov 2011
Location: somewhere ur not.
Posts: 191
Gender: Female
Credits: 36,623
Aasixx is on a distinguished road
Default

This is what it looks like on my page (I put the php code where :ARTICLECONTENT: would have gone and it works fine) and here's what it looks like:

PHP page:
<div id="sidebar">
<ul>



$sidebar = getsidebar();
</ul>

</div>

My actual template.html:

<div id="sidebar">
<ul>



:SIDEFEED:
</ul>

</div>

The $sidebar = getsidebar(); didn't work. It just shows that text where my sidebar should be.
__________________
Reply With Quote