[Toolserver-l] I make a vector skins for toolserver

June Hyeon Bae devunt at devunt.kr
Tue Apr 13 13:54:17 UTC 2010


I make a vector skins for toolserver.

$title = "Test Title";
require_once("skins/vector.header.php");
// codes...
require_once("skins/vector.footer.php");

ex) (http://toolserver.org/~devunt/index.php)
[code]
<? $title="Main Page"; require_once("skins/vector.header.php"); ?>
<table class='wikitable'>
<tr><th>For</th><th>Tool Name/Link</th></tr>
<tr>
    <td rowspan=2>Korean Wikipedia</td>
    <td><a href="kovr.php">Korean WP Admin poll checker</a></td>
</tr>
<tr>
    <td><a href="userid.php">Userid checker</a></td>
</tr>
</table>
<? require_once("skins/vector.footer.php") ?>
[/code]

And I set the permission /home/devunt/public_html/skins/ to 0755.
thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wikimedia.org/pipermail/toolserver-l/attachments/20100413/d9d74482/attachment.htm 


More information about the Toolserver-l mailing list