Sea Moded Script help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Sea Moded Script help

    i have installed this script ..



    can anyone tell me .. i want title .. like if i open some album page .. its title in header should also changes


    but here remains sames


    Mobile Movies

    #2
    In header.php:

    PHP Code:
    if (strpos($_SERVER['PHP_SELF'], 'view.php') !== false) {  

    $file mysql_fetch_array(mysql_query('SELECT * FROM `files` WHERE `id` = '.$id.''));  
    $file_title $file['name'];  

    } else {  

    $file_title '';  


    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

    Comment

    Working...
    X