Thread: Question?
View Single Post
  #4  
Old 10-21-2012, 06:34 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 596,524
Hall of Famer is on a distinguished road
Default

Well :SIDEFEED:, :BROWSERTITLE: are special keywords used in the html template file that reference back to the php variable stored in your database's setting variables. They are like placeholders in the template file, way too complicated for beginners to play with. If you want to create a variable of your sitefeed(sidebar) and browsertitle, use these instead:

PHP Code:
$sidebar getsidebar();
$browsertitle grabanysetting("browsertitle"); 
This will work out equally well, and it is good for beginners to use and learn programming. Lemme know if you encounter any further issues.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote