Skip to content

Commit 158b339

Browse files
committed
cleaned up template
1 parent cf71a46 commit 158b339

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,12 @@
66
<link href="themes/default/style.css" rel="stylesheet" type="text/css">
77
<script src="js/yui/yahoo/yahoo-min.js"></script>
88
<script src="js/yui/connection/connection-min.js"></script>
9-
<!-- Dependencies -->
10-
<script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/yahoo-dom-event/yahoo-dom-event.js"></script>
11-
12-
<!-- OPTIONAL: Connection (not required if not using Dialog/SimpleDialog) -->
13-
<script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/connection/connection-min.js"></script>
14-
15-
<!-- OPTIONAL: Animation (not required if not enabling animation) -->
16-
<script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/animation/animation-min.js"></script>
17-
18-
<!-- Source file -->
19-
<script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/container/container-min.js"></script>
209
<script src="js/scrigo.js"></script>
2110
</head>
2211
<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad="loadInitContent()">
2312
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
2413
<tr bgcolor="#496FA8">
25-
<td height="30" colspan="2" align="right" valign="top" background="themes/default/images/bg_nav_1.jpg"><img src="themes/default/images/mydnsconfig_logo.gif" border="0" alt=""></td>
14+
<td height="30" colspan="2" align="right" valign="top" background="themes/default/images/bg_nav_1.jpg"><!--<img src="themes/default/images/mydnsconfig_logo.gif" border="0" alt="">--></td>
2615
</tr>
2716
<tr bgcolor="#FFFFFF">
2817
<td height="1" colspan="2" align="center" valign="bottom"><img src="themes/default/images/x.gif" width="1" height="1"></td>

0 commit comments

Comments
 (0)