Link (Button type)
Shortcut :
Npk::link($arg = array());
Object call :
NpkLink::out($arg = array());
Example :
Home
Sources :
Npk::link( array("value" => "Home", "href" => "index.php", "type" => "button") );
Link (Submit type)
Sources :
Npk::link(array("value" => "Other link", "submit" => true, "title" => "This link will submit its parent html form."));
Documentation