-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkpsitemenu.php
35 lines (29 loc) · 1.61 KB
/
mkpsitemenu.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/*
+--------------------------------------------------------------------------
| MkPortal
| ========================================
| by Meo <Amedeo de longis>
| Kim <Monica Vecchi>
| Peter <Peter Schrumpf>
| (c) 2003 - 2004 mkportal.it
| http://www.mkportal.it
| Email: [email protected] [email protected]
|
+---------------------------------------------------------------------------
|
| > MKPortal 1.1 PR4
| > Written By Amedeo de longis & Monica Vecchi & Peter Schrumpf
| > Date started: 9.2.2004
|
+--------------------------------------------------------------------------
*/
$content = "";
$content = "
<tr><td width=\"100%\" class=\"tdblock\"><img src=\"$this->images/atb_home.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"http://mkportal.it\">MKP x IPB</a></td></tr>
<tr><td width=\"100%\" class=\"tdblock\"><img src=\"$this->images/atb_home.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"http://smf.mkportal.it\">MKP x SMF</a></td></tr>
<tr><td width=\"100%\" class=\"tdblock\"><img src=\"$this->images/atb_home.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"http://phpbb.mkportal.it\">MKP x PhpBB</a></td></tr>
<tr><td width=\"100%\" class=\"tdblock\"><img src=\"$this->images/atb_home.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"http://o2php.mkportal.it\">MKP x o2</a></td></tr>
<tr><td width=\"100%\" class=\"tdblock\"><img src=\"$this->images/atb_home.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"http://www.cpfools.com\">MKP x Vb</a></td></tr>
";
?>