Sorry to bring this back, but has someone got it working? I've tried to make it work but I think the skin changed a bit and a few adjustments are needed.  Thanks !


On Tue, Apr 13, 2010 at 10:54 AM, June Hyeon Bae <devunt@devunt.kr> wrote:
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.

_______________________________________________
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette