Explorar el Código

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3650 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie hace 16 años
padre
commit
59a4029d22
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      trac/templates/site.html

+ 3
- 2
trac/templates/site.html Ver fichero

@@ -1,13 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
py:strip="">
<link rel="stylesheet" type="text/css"
href="${href.chrome('site/libcaca.css')}" />

<!--! Add site-specific style sheet -->
<head py:match="head" py:attrs="select('@*')">
${select('*|comment()|text()')}
<link rel="stylesheet" type="text/css"
href="${href.chrome('site/main.css')}" />
<link rel="stylesheet" type="text/css"
href="${href.chrome('site/libcaca.css')}" />
</head>

<body py:match="body" py:attrs="select('@*')">


Cargando…
Cancelar
Guardar