mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
32 lines
367 B
Sed
32 lines
367 B
Sed
/<LINK_SCRIPTS>/ {
|
|
r ../web/common/Link.Scripts.html
|
|
d
|
|
}
|
|
|
|
/<LINK_META>/ {
|
|
r ../web/common/Link.Meta.html
|
|
d
|
|
}
|
|
|
|
/<LINK_GWT>/ {
|
|
r ../web/common/Link.GWT.html
|
|
d
|
|
}
|
|
|
|
/<LINK_SCRIPTS_SAVEAS>/ {
|
|
r ../web/common/Link.Scripts.SaveAs.html
|
|
d
|
|
}
|
|
|
|
|
|
/<LINK_TEST_BROWSER>/ {
|
|
r ../web/common/Link.TestBrowser.html
|
|
d
|
|
}
|
|
|
|
/{##COMPANY##}/ {
|
|
r ../config/company
|
|
d
|
|
}
|
|
|