Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7313328
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/header.phtml b/header.phtml
index 7bfeb1f..365e044 100644
--- a/header.phtml
+++ b/header.phtml
@@ -1,36 +1,36 @@
<?
-print "<HTML>
+printf("<HTML>
<HEAD>
<TITLE>CDRTool - $title</TITLE>
<META NAME=Description CONTENT=
\"CDR mediation for Voice over IP (SER, Asterisk and Cisco)\">
<META NAME=Keywords CONTENT=\"Asterisk, SIP Express router, Cisco\">
<LINK REL=\"SHORTCUT ICON\" HREF=\"images/cdrtool.ico\">
<LINK REL=\"icon\" HREF=\"images/cdrtool.ico\" TYPE=\"image/ico\">
<SCRIPT language=\"JavaScript1.2\" src=\"main.js\" type=\"text/javascript\"></SCRIPT>
- <link rel=\"stylesheet\" type=\"text/css\" href=\"$tld/style.css\">
+ <link rel=\"stylesheet\" type=\"text/css\" href=\"%s/style.css\">
</HEAD>
<body marginwidth=10 leftmargin=10 link=#000066 vlink=#006666 text=black background=\"images/macbg.gif\">
-";
+",$CDRTool['tld']);
?>
<DIV id="TipLayer" style="visibility:hidden;position:absolute;z-index:1000;top:-100"></DIV>
<SCRIPT language="JavaScript1.2" src="style.js" type="text/javascript"></SCRIPT>
<SCRIPT>
function toggleVisibility(rowid) {
if (document.getElementById) {
row = document.getElementById(rowid);
if (row.style.display == "block") {
row.style.display = "none";
} else {
row.style.display = "block";
}
return false;
} else {
return true;
}
}
</SCRIPT>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Feb 1, 11:35 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3489057
Default Alt Text
(1 KB)
Attached To
Mode
rCDRT CDRTool
Attached
Detach File
Event Timeline
Log In to Comment