Skip to content

Commit

Permalink
LugMap.Linux.it: aggiunto widget rete ILS nel footer
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Mar 30, 2013
1 parent cb7eac0 commit e232620
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion funzioni.php
Expand Up @@ -79,6 +79,8 @@ function lugheader ($title, $extracss = null, $extrajs = null) {
{lang: 'it'}
</script>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>

<title><?php echo $title; ?></title>
<script type="text/javascript">

Expand Down Expand Up @@ -142,7 +144,14 @@ function lugfooter () {

<div class="unusedblock">&nbsp;</div>
<div class="unusedblock">&nbsp;</div>
<div class="unusedblock">&nbsp;</div>

<div class="block">
<h2>Network</h2>
<div class="content">
<script type="text/javaScript" src="http://www.linux.it/external/widgetils.php?referrer=lugmap"></script>
<div id="widgetils"></div>
</div>
</div>
</div>

<div style="clear: both"></div>
Expand Down
2 changes: 1 addition & 1 deletion lug-o-matic/index.php
Expand Up @@ -25,7 +25,7 @@
exit (0);
}

lugheader ('LUG-o-matic', array ('generator.css'), array ('https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js', 'generator.js', 'http://meta100.github.com/mColorPicker/javascripts/mColorPicker_min.js'));
lugheader ('LUG-o-matic', array ('generator.css'), array ('generator.js', 'http://meta100.github.com/mColorPicker/javascripts/mColorPicker_min.js'));

?>

Expand Down

0 comments on commit e232620

Please sign in to comment.