Portal no style ca_vintage_blue
Oi, tenho um fórum que funciona com dois Styles (art_deluxe & X_Silver)
E o board3_portal_1_0_6 funciona perfeitamente.
Estou tentando colocar um terceiro style..mas estou com um probleminha.
Está dando um erro:
Vou postar aqui exatamente o que eu fiz..e caso alguem saiba corrigir o erro agradeço.
Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line
Código: Selecionar todos
<div class="navbar">Tip: Add these lines on a new blank line before the preceding line(s) to find.
Código: Selecionar todos
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->Mas..eu achei esse aqui..que aparentemente é o certo (acho..kkk)
Código: Selecionar todos
<div class="navbar navbar-top" id="navbar-top">Tip: This may be a partial find and not the whole line.
Código: Selecionar todos
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong>Tip: This is a partial match of a line for in-line operations.
Código: Selecionar todos
<li class="icon-home">Código: Selecionar todos
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->Código: Selecionar todos
<li class="icon-home"><!-- IF .navlinks --><span class="home-extra"><!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <!-- IF navlinks.S_LAST_ROW --></span><!-- ENDIF --><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>Tip: This may be a partial find and not the whole line.
Código: Selecionar todos
					<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>
			<span class="corners-bottom"><span></span></span></div>
		</div>Tip: Add these lines on a new blank line after the preceding line(s) to find.
Código: Selecionar todos
<!-- ENDIF -->Código: Selecionar todos
<li<!-- IF $CA_PAGE == 'login' --> class="current"<!-- ENDIF -->>
                <span>•</span>
                <a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a>
            </li>
        </ul>
        </div></div>
    </div>
    <!-- ENDIF -->Código: Selecionar todos
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<LINK REL="SHORTCUT ICON" HREF="Brasil.ico">
<!-- INCLUDE ca_config.html -->
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="author" content="Night Angel" />
<meta name="keywords" content="downloads, renders, signs, avatar, musicas, programas, arquivos pps, tutoriais, fonts, styles, texturas, brushes, wallpapers, shapes, gradientes, humor" />
<meta name="description" content="manipulacao de imagens - downloads" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="google-site-verification" content="SxHakI1dHIYkfeTbFXVcnMw1OWXbFGTmV6cxaQHh1Ag" />
<meta name="msvalidate.01" content="895ECF63B742F5F6054081B945588035" />
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
<!-- IF S_ENABLE_FEEDS -->
	<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery_scrollto.js"></script>
<script type="text/javascript">
// <![CDATA[
	var jump_page = '{LA_JUMP_PAGE}:';
	var on_page = '{ON_PAGE}';
	var per_page = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';
	var style_cookie = 'phpBBstyle';
	var style_cookie_settings = '{A_COOKIE_SETTINGS}';
	var onload_functions = new Array();
	var onunload_functions = new Array();
	var ca_main_width = '{$CA_WIDTH}';
	/**
	* Find a member
	*/
	function find_username(url)
	{
		popup(url, 760, 570, '_usersearch');
		return false;
	}
	/**
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
	*/
	$(window).load(function() 
	{
		for (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	});
	$(window).unload(function() 
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	});
if(window.opera || (navigator.userAgent && navigator.userAgent.indexOf('AppleWebKit') > 0 && navigator.userAgent.indexOf('Windows') < 0))
{
	document.write('<link rel="stylesheet" href="{T_THEME_PATH}/forms_safari.css" type="text/css" />');
}
if(navigator.userAgent && navigator.userAgent.indexOf('Mac OS X') > 0)
{
	document.write('<link rel="stylesheet" href="{T_THEME_PATH}/tweaks_mac.css" type="text/css" />');
}
// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/ca_scripts.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/ca_scripts2.js"></script>
<!--[if lte IE 7]><script>ca_ie = true;</script><![endif]-->
<!--[if IE 8]><script>ca_ie8 = true;</script><![endif]-->
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
<link media="only screen and (max-device-width: 480px)" href="{T_THEME_PATH}/iphone.css" type="text/css" rel="stylesheet" />
<!--[if IE]><link href="{T_THEME_PATH}/tweaks_ie.css" type="text/css" rel="stylesheet"/><![endif]-->
       <script type="text/javascript" src="http://127.0.0.1/forum/styles/ca_vintage_blue/theme/js/jquery.js"></script>
    <script type="text/javascript" src="http://127.0.0.1/forum/styles/ca_vintage_blue/theme/js/interface.js"></script>
    <link href="http://127.0.0.1/forum/styles/ca_vintage_blue/theme/style.css" rel="stylesheet" type="text/css" />
</head>
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<p class="top"><a id="top" name="top" accesskey="t"></a></p>
<div id="global" style="margin: 0 auto;">
    <div id="content-left"><div id="content-right">
<div id="header">
    <div id="header-left"><div id="header-right">
            
            
    <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
	<!-- header start -->
    <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH and not S_IS_BOT -->
    <div id="search-box">
        <div><div>
        <form action="{U_SEARCH}" method="post" id="search">
        <fieldset>
            <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> 
            {S_SEARCH_HIDDEN_FIELDS}
        </fieldset>
        </form>
        </div></div>
    </div>
    <!-- ENDIF -->
    <!-- IF not S_IS_BOT -->
    <div id="topnav">
        <div><div>
        <ul class="linklist topnav leftside">
            <!-- IF S_USER_LOGGED_IN -->
                <li<!-- IF $CA_PAGE == 'ucp' --> class="current"<!-- ENDIF -->>
                    <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
                    <span>•</span> 
                </li>
                <!-- IF S_DISPLAY_PM -->
                <li<!-- IF $CA_PAGE == 'pm' --> class="current"<!-- ENDIF -->>
                    <a href="{U_PRIVATEMSGS}" title="{L_PRIVATE_MESSAGES}">{PRIVATE_MESSAGE_INFO}</a>
                    <span>•</span>
                </li>
                <!-- ENDIF -->
				<!-- IF S_DISPLAY_SEARCH -->
				<li<!-- IF $CA_PAGE == 'search' --> class="current"<!-- ENDIF -->>
					<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>•
				</li>
				<!-- ENDIF -->
                <!-- IF U_RESTORE_PERMISSIONS -->
                <li>
                    <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
                    <span>•</span>
                </li>
                <!-- ENDIF -->
            <!-- ENDIF -->
            <li<!-- IF $CA_PAGE == 'faq' --> class="current"<!-- ENDIF -->>
                <a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a>
            </li>
            <li<!-- IF $CA_PAGE == 'search' --> class="current"<!-- ENDIF -->>
                <span>•</span>
                <a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH}</a>
            </li>
            <!-- IF S_USER_LOGGED_IN and S_DISPLAY_MEMBERLIST -->
                <li<!-- IF $CA_PAGE == 'users' --> class="current"<!-- ENDIF -->>
                    <span>•</span>
                    <a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a>
                </li>
            <!-- ENDIF -->
            <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) -->
                <li<!-- IF $CA_PAGE == 'register' --> class="current"<!-- ENDIF -->>
                    <span>•</span>
                    <a href="{U_REGISTER}">{L_REGISTER}</a>
                </li>
            <!-- ENDIF -->
            <li<!-- IF $CA_PAGE == 'login' --> class="current"<!-- ENDIF -->>
                <span>•</span>
                <a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a>
            </li>
        </ul>
        </div></div>
    </div>
    <!-- ENDIF -->
	 <!-- ENDIF -->
	
	<div id="logo"><a href="{U_INDEX}">{SITE_LOGO_IMG}<span>{SITENAME}</span></a></div>
	<!-- header end -->
    </div></div>
</div><!-- #header -->
    <!--top dock -->
    <div class="dock" id="dock">
      <div class="dock-container">
	    <a class="dock-item" href="#"><img src="http://127.0.0.1/forum/styles/ca_vintage_blue/theme/images/home.png" alt="home" /><span>Home</span></a>
         <a class="dock-item" href="http://127.0.0.1/forum/viewtopic.php?f=2&t=14&sid=9264eeaecbfb9d0115479f239c8469a3"><img src="http://127.0.0.1/forum/styles/ca_vintage_blue/theme/images/regras.png" alt="regras" /><span>Regras</span></a>
		 <a class="dock-item" href="#"><img src="http://127.0.0.1/forum/styles/ca_vintage_blue/theme/images/entretenimento.png" alt="entretenimento" /><span>Entretenimento</span></a>
         <a class="dock-item" href="#"><img src="http://127.0.0.1/forum/styles/ca_vintage_blue/theme/images/galeria.png" alt="galeria" /><span>Galeria</span></a>
		 <a class="dock-item" href="#"><img src="http://127.0.0.1/forum/styles/ca_vintage_blue/theme/images/download.png" alt="download" /><span>Downloads</span></a>
         <a class="dock-item" href="#"><img src="http://127.0.0.1/forum/styles/ca_vintage_blue/theme/images/video.png" alt="video" /><span>Video</span></a>
        
      </div>
    </div>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<div id="page-header">
		<div class="navbar navbar-top" id="navbar-top">
            <div class="block-header"><span></span><div></div></div>
            <div class="block-content"><div class="block-inner">
            <ul class="linklist navlinks">
                <li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><!-- IF .navlinks --><span class="home-extra"><!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <!-- IF navlinks.S_LAST_ROW --></span><!-- ENDIF --><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
                
                <li class="rightside" id="navbar-top-top"><a href="#top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></li>
                
                <!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a> • </li><!-- ENDIF -->
                <!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a> • </li><!-- ENDIF -->
                <!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a> • </li><!-- ENDIF -->
                <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a> • </li><!-- ENDIF -->
                
                <!-- IF SCRIPT_NAME == 'viewtopic' -->
                    <!-- IF U_VIEW_NEWER_TOPIC --><li class="rightside"><a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> • </li><!-- ENDIF -->
                    <!-- IF U_VIEW_OLDER_TOPIC --><li class="rightside"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> • </li><!-- ENDIF -->
                <!-- ENDIF -->
                <!-- IF not S_IS_BOT -->
                    <!-- IF U_MARK_FORUMS and (SCRIPT_NAME == 'index' or SCRIPT_NAME == 'viewforum') --><li class="rightside navbar-hidden"><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a> • </li><!-- ENDIF -->
                    <!-- IF U_MARK_TOPICS and SCRIPT_NAME == 'viewforum' --><li class="rightside navbar-hidden"><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a> • </li><!-- ENDIF -->
                    <!-- IF S_WATCH_FORUM_LINK --><li class="rightside navbar-hidden"><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a> • </li><!-- ENDIF -->
                    <!-- IF U_WATCH_TOPIC --><li class="rightside navbar-hidden"><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a> • </li><!-- ENDIF -->
                    <!-- IF U_BOOKMARK_TOPIC --><li class="rightside navbar-hidden"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a> • </li><!-- ENDIF -->
                    <!-- IF U_BUMP_TOPIC --><li class="rightside navbar-hidden"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a> • </li><!-- ENDIF -->
                <!-- ENDIF -->
            </ul>
            <div class="block-clear"></div>
            </div></div>
            <div class="block-footer"><span></span><div></div></div>
		</div>
	</div>
	<a name="start_here"></a>
	<div id="page-body">
        <!-- IF not S_IS_BOT && not $CA_SKIP_PM_NOTIFY && S_USER_LOGGED_IN && S_DISPLAY_PM -->
            <!-- IF S_USER_NEW_PRIVMSG and S_USER_PM_POPUP -->
                <div class="pm-notify-new" id="pm-notify"><div>
                    <p class="pm-notify">
                        <a href="{U_PRIVATEMSGS}"><!-- IF S_USER_NEW_PRIVMSG > 1 -->{L_YOU_NEW_PMS}<!-- ELSE -->{L_YOU_NEW_PM}<!-- ENDIF --></a>
                    </p>
                    <p class="pm-close">
                        <a href="#" onclick="$('#pm-notify').fadeOut('normal'); return false;">{L_CLOSE_WINDOW}</a>
                    </p>
                </div></div>
            <!-- ELSEIF S_USER_UNREAD_PRIVMSG or S_USER_NEW_PRIVMSG -->
                <div class="pm-notify-unread" id="pm-notify">
                    {$CA_BLOCK2_START}
                        <h3>{L_PRIVATE_MESSAGES}</h3>
                    {$CA_BLOCK2_START2}
                        <p class="pm-notify">
                            <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a>
                        </p>
                        <p class="pm-close">
                            <a href="#" onclick="$('#pm-notify').slideUp('normal'); return false;">{L_CLOSE_WINDOW}</a>
                        </p>
                    {$CA_BLOCK2_END}
                </div>
            <!-- ENDIF -->
        <!-- ENDIF -->  
		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> 
		<div id="message" class="rules">
			{$CA_BLOCK_START}
				<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
			{$CA_BLOCK_END}
		</div>
		<!-- ENDIF -->
		
		<div id="content-start"></div>
Find
Tip: This may be a partial find and not the whole line
Código: Selecionar todos
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>Tip: This is a partial match of a line for in-line operations.
Código: Selecionar todos
<li class="icon-home">Código: Selecionar todos
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->Código: Selecionar todos
<li class="leftside"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>Código: Selecionar todos
    <div id="page-footer">
		<div class="navbar navbar-bottom" id="navbar-bottom">
            <div class="block-header"><span></span><div></div></div>
            <div class="block-content"><div class="block-inner">
                <ul class="linklist navlinks">
                    <li class="leftside"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
                        <!-- IF not S_IS_BOT -->
                            <!-- IF S_WATCH_FORUM_LINK --><li class="leftside"> • <a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
                            <!-- IF U_WATCH_TOPIC --><li class="leftside"> • <a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
                            <!-- IF U_BOOKMARK_TOPIC --><li class="leftside"> • <a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
                            <!-- IF U_BUMP_TOPIC --><li class="leftside"> • <a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
                        <!-- ENDIF -->
                    <li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> • <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> • <!-- ENDIF --><span class="timezone">{S_TIMEZONE}</span></li>
                </ul>
            <div class="block-clear"></div>
            </div></div>
            <div class="block-footer"><span></span><div></div></div>
		</div>
    </div>
</div>
    
<div>
	<a id="bottom" name="bottom" accesskey="z"></a>
	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
	<div id="footer-clear"> </div>
	<div id="copyrights">
<!-- IF $CA_SHOW_COPYRIGHT_COMMENT -->
<pre>
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.
	The phpBB Group : 2006
    I ask you not to remove my copyright from this style, and you are not allowed to use my code/images anywhere else without my permission. If you don't like those conditions, don't use this style.
	For support visit http://www.stsoftware.biz/support
</pre>
<!-- ENDIF -->
		Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group.<br />Designed by <a href="http://www.stsoftware.biz/">ST Software</a> for <a href="http://ptf.com/">PTF</a>.<br>
		Modificado por: Night Angel
		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
	</div>
	<!-- Histats.com  START  (standard)-->
<center><script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
<a href="http://www.histats.com" target="_blank" title="free hit counter code" ><script  type="text/javascript" >
try {Histats.start(1,1189458,4,14,200,40,"00011111");
Histats.track_hits();} catch(err){};
</script></a>
<noscript><a href="http://www.histats.com" target="_blank"><img  src="http://sstatic1.histats.com/0.gif?1189458&101" alt="free hit counter code" border="0"></a></noscript>
</center>
<!-- Histats.com  END  -->
<center>
<a href="http://ptl-205311279658.spampoison.com"><img src="http://pics5.inxhost.com/images/sticker.gif" border="0" width="80" height="15"/></a>
<a href="http://www.morevisits.info" alt="free backlink tool powered by http://www.morevisits.info" target="_blank"><img src="http://www.morevisits.info/services/backlink/backlink.php?aut=EF60387089C968920487F89D5739455201155A64B924A54A750E6D8DD2AD0BC1854A7AD421A02FC8C1332B416B8AC57D243F57613FCB2A3E351ACB2180A35240BDA3" title="Free backlinks for your site powered by http://www.morevisits.info" border="0" /></a>
<a href="http://www.blogtopsites.com/arts/" title="Arts Blogs" target="_blank"><img style="border:none" src="http://www.blogtopsites.com/v_67320.gif" alt="Arts Blogs" /></a>
</center>
<center><a href="http://www.marketingdebusca.com.br/pagerank/"><img src="http://www.marketingdebusca.com.br/imagens/pagerank-2.gif" alt="PageRank" width="51" height="20" border="0" /></a>
</center>
    <div id="footer"><span><span></span></span></div>
    </div></div>
</div>
<!-- #global -->
    <!--dock menu JS options -->
    <script type="text/javascript">
       
       $(document).ready(
          function()
          {
             $('#dock').Fisheye(
                {
                   maxWidth: 100,
                   items: 'a',
                   itemsText: 'span',
                   container: '.dock-container',
                   itemWidth: 90,
                   proximity: 120,
                   halign : 'center'
                }
             )
             $('#dock2').Fisheye(
                {
                   maxWidth: 60,
                   items: 'a',
                   itemsText: 'span',
                   container: '.dock-container2',
                   itemWidth: 40,
                   proximity: 80,
                   alignment : 'left',
                   valign: 'bottom',
                   halign : 'center'
                }
             )
          }
       );
    </script>
	
	<div border="0" style="position: fixed; right: 0px; bottom: -2px;"> <img src="http://www.blackangelarts.com/forum/galeria/chun-li.png"></div>
	
</body>
</html>Find
Tip: This may be a partial find and not the whole line.
Código: Selecionar todos
@import url("colours.css");Código: Selecionar todos
@import url("portal.css");Código: Selecionar todos
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("post.css");
@import url("blocks.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("portal.css");
Eis o erro:
Parse error: parse error in D:\File\Local_Host\EasyPHP5.3.0\www\forum\includes\template.php(668) : eval()'d code on line 184
