Download: https://github.com/ve3/fuel-start (master)
For v.1 please use this link https://github.com/ve3/fuel-start/archive/1.0.zip
For any question please ask here or submit issue at Github.
Thank you.
$site_path = \Uri::sitePath('admin');
<li><?php echo \Html::anchor($site_protocol . $fs_site->site_domain . $site_path, $fs_site->site_name); ?></li>
you will get link to http://domain.tld/installdir/admin
<li><?php echo \Html::anchor($site_protocol . $fs_site->site_domain . '/yourphpapp', $fs_site->site_name); ?></li>
you will get link to http://domain.tld/yourphpapp
It looks like you're new here. If you want to get involved, click one of these buttons!