Ignore:
Timestamp:
May 25, 2015, 8:42:01 AM (9 years ago)
Author:
luc
Message:

client: blocco in condivisione per i maggiori social e
immissione titoli della pagina

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/header.php

    r230 r233  
    2424
    2525function head(){
    26         global $csv,$tema,$tour;
     26        global $csv,$tema,$tour,$sitename,$pagetitle,$simbolo,$siteurl;
    2727        echo '
    2828        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     
    3030        echo "<head>\n";
    3131        echo "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />";
    32         echo "<title>Eleonline - Elezioni on line</title>\n";
     32        //echo "<title>Eleonline - Elezioni on line</title>\n";
     33        echo '<title>'.$sitename.' '.$pagetitle.'</title>'."\n";
    3334        echo "<link rel=\"stylesheet\" href=\"temi/$tema/style.css\" type=\"text/css\" />\n\n\n";
    3435        include("inc/javascript.php"); # rotazione (18 marzo 2009) tema tour
     
    3738        include("temi/$tema/themeutils.php"); #incluso x tema mobile
    3839        }
    39 
     40        echo "\n<link rel=\"image_src\" href=\"$siteurl/modules/Elezioni/images/$simbolo\" />"; #img fb
    4041        echo "\n\n\n</head>\n";
    4142        # rotazione per tema tour
Note: See TracChangeset for help on using the changeset viewer.