From 814e0b4a25ee1245f275c92e5eb8540a4c9c0e66 Mon Sep 17 00:00:00 2001 From: pedro_morgan <pedro_morgan@ispconfig3> Date: Sun, 19 Aug 2007 17:52:23 -0400 Subject: [PATCH] Simplifies loading of classes. No is_object check --- interface/web/themes/pedro/templates/main.tpl.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/themes/pedro/templates/main.tpl.htm b/interface/web/themes/pedro/templates/main.tpl.htm index f7d5360..6e5afb5 100644 --- a/interface/web/themes/pedro/templates/main.tpl.htm +++ b/interface/web/themes/pedro/templates/main.tpl.htm @@ -9,7 +9,7 @@ <script src="js/scrigo.js"></script> </head> <body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad="loadInitContent()"> -### + <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr bgcolor="#496FA8"> <td height="30" colspan="2" align="right" valign="top" backgrosund="themes/default/images/bg_nav_1.jpg"><!--<img src="themes/default/images/mydnsconfig_logo.gif" border="0" alt="">--></td> -- Gitblit v1.9.1