how to use

Add the following HTML to your page to add a link to the PHP Nuke installation.

<!-- link to PHP Nuke directly -->
<a href="http://ugale.info/v-web/portal/73/index.php">
   Welcome to PHP-Nuke!</a>

<!-- link to PHP Nuke in new window -->
<a href="http://ugale.info/v-web/portal/73/index.php"
   target="_blank">Welcome to PHP-Nuke!</a>