repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tweaked some formatting in publications mason
[sgn.git]
/
mason
/
homepage
/
other_links.mas
blob
f445927c7c84f8ea04c4ec940824e5074859d1be
1
<%perl>
2
3
use strict;
4
use CXGN::Tools::File;
5
use CXGN::VHost;
6
7
my $vh = CXGN::VHost->new();
8
9
my $documents_folder = $vh->get_conf('basepath')."/documents";
10
11
my $OTHER_LINKS=CXGN::Tools::File::read_commented_file("$documents_folder/other_links.txt");
12
13
print $OTHER_LINKS;
14
15
</%perl>