View Single Post
  #5 (permalink)  
Old 06-25-2007, 11:04 AM
dollars5's Avatar
dollars5 dollars5 is offline
Pligg is my love :)
 
Join Date: Dec 2006
Location: India
Posts: 2,154
Thanks: 290
Thanked 266 Times in 177 Posts
Enclosed is the /index.php from the package located at http://sourceforge.net/project/showf...ease_id=511871

lines 85-87 has the following code:
Code:
// pagename	
define('pagename', 'published'); 
$main_smarty->assign('pagename', pagename);
If the reason for changes is indicated - it would be assured that i can revert back it to "index" and carry on.

Thanks for all help.
Attached Files
File Type: php index.php (3.9 KB, 16 views)
Reply With Quote