Tengo algunas preguntas
Resulta que en este momento, no estamos mudando de hosting, pero hemos decido cambiar completamente, desde style hasta lo mas complicado.
Nos atrajo la plantilla MELANKOLIA, el problema es que estoy intentando instalar el portal en dicha plantilla y no me reconoce de 3 modifaciones 2, quiero estar seguro si es subsilver, o prosilver, en este caso no me reconoce las modifcaciones:
Código: Seleccionar todo
Open: styles/subsilver2/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
<div id="menubar">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select All
<!-- IF not $S_IN_PORTAL -->
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
<!-- INCLUDE breadcrumbs.html -->
<br />
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select All
<!-- ENDIF -->
Open: styles/subsilver2/template/breadcrumbs.html
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a>
Replace With
Tip: Replace the preceding line(s) to find with the following lines.
Code:Select All
<p class="breadcrumbs"><a href="{U_PORTAL}">{L_PORTAL}</a> » <a href="{U_INDEX}">{L_INDEX}</a>
Saludos