. */ // only include license link if license file found $license = get_license(list_files($git_dir)); if (!empty($license)) { $license_path = "$project/blob/$branch/$license"; $current = strip_trailing_slash($url) === $license_path ? " class=\"current\"" : ""; } echo "\t\t
\n"; echo "\t\t\t\n"; echo "\t\t
\n"; echo "\t\t
\n\n";