Ignore:
Timestamp:
May 14, 2021, 2:00:23 PM (3 years ago)
Author:
roby
Message:

Aggiornamento per compatibilità con php7.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/header.php

    r251 r347  
    2525function head(){
    2626        global $csv,$tema,$tour,$sitename,$pagetitle,$simbolo,$siteurl,$siteistat;
    27         echo '
    28         <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    29         <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">';
     27#       echo '
     28#       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     29#       <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">';
     30echo '<!DOCTYPE html><html lang="it">';
    3031        echo "<head>\n";
    3132        echo "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />";
     
    4243
    4344        echo "<link rel=\"stylesheet\" href=\"temi/$tema/style.css\" type=\"text/css\" />\n\n\n";
    44 
     45        include("temi/$tema/head.php");
    4546       
    4647
Note: See TracChangeset for help on using the changeset viewer.