[phpbbreloaded-checkins] SF.net SVN: phpbbreloaded: [255] phpBB Reloaded Styles/smartDark/ overall_
Status: Planning
Brought to you by:
tehphpmaster
From: <kla...@us...> - 2006-10-22 05:50:10
|
Revision: 255 http://svn.sourceforge.net/phpbbreloaded/?rev=255&view=rev Author: klarinetking Date: 2006-10-21 22:50:05 -0700 (Sat, 21 Oct 2006) Log Message: ----------- Removing image link. Partially #3 Modified Paths: -------------- phpBB Reloaded Styles/smartDark/overall_header.tpl Modified: phpBB Reloaded Styles/smartDark/overall_header.tpl =================================================================== --- phpBB Reloaded Styles/smartDark/overall_header.tpl 2006-10-22 05:33:29 UTC (rev 254) +++ phpBB Reloaded Styles/smartDark/overall_header.tpl 2006-10-22 05:50:05 UTC (rev 255) @@ -1,11 +1,11 @@ <!-- mod : ranks --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="{S_CONTENT_DIRECTION}"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> -<meta http-equiv="Content-Style-Type" content="text/css">{META_HTTP_EQUIV_TAGS} +<head> +<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> +<meta http-equiv="Content-Style-Type" content="text/css">{META_HTTP_EQUIV_TAGS} <title>{SITENAME} - {PAGE_TITLE}</title>{META_TAGS} -{META} +{META} {NAV_LINKS} <link rel="stylesheet" href="templates/smartDark/{T_HEAD_STYLESHEET}" type="text/css"> <!-- BEGIN switch_enable_pm_popup --> @@ -57,7 +57,7 @@ <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span> <table cellspacing="0" cellpadding="2" border="0"> <tr> - <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"><!-- BEGIN topic_calendar --> <a href="{U_CALENDAR}" class="mainmenu"><img src="{I_CALENDAR}" width="12" height="13" border="0" alt="{L_CALENDAR}" hspace="3" />{L_CALENDAR}</a> <!-- END topic_calendar --><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span><span class="mainmenu"> :: <a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a> :: <a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a> :: <a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a> :: <a href="{U_RANKS}" class="mainmenu">{L_RANKS}</a> + <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"><!-- BEGIN topic_calendar --> <a href="{U_CALENDAR}" class="mainmenu">{L_CALENDAR}</a> <!-- END topic_calendar --><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span><span class="mainmenu"> :: <a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a> :: <a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a> :: <a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a> :: <a href="{U_RANKS}" class="mainmenu">{L_RANKS}</a> <!-- BEGIN switch_user_logged_out --> :: <a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a> <!-- END switch_user_logged_out --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |