I cut the path in the previous email short. Here's the full
path along with another hack. As with the previous hack,
once the header.jspf file is edited, you add
blog.keywords=whatever to the Properties textbox on the
plugins page.
/pebble/WEB-INF/fragments/header.jspf:10
<c:set var="keywords"
value='${pluginProperties.properties["blog.keywords&quo
t;]}' />
<c:if test="${not empty keywords}">
<meta name="keywords"
content="$">
</c:if>
________________________________
From: pebble-user-bounces lists.sourceforge.net on
behalf of Patrick Melo
Sent: Tue 1/16/2007 9:55 AM
To: Pebble-user lists.sourceforge.net
Subject: [pebble-user] Favicon
Here's a hack to customize the site favicon. It allows you
to simply
add a "blog.icon" plugin property to the site.
/pebble/WEB-INF/fragments:15
<c:set var="favicon"
value='${pluginProperties.properties["blog.icon"]}
' />
<c:if test="${not empty favicon}">
<link rel="icon"
href="$" type="image/x-icon"
/>
</c:if>
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
<http://www.techsay.com/defa
ult.php?page=join.php&p=sourceforge&CID=DEVDEV>
a>
_______________________________________________
Pebble-user mailing list
Pebble-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user
<https://lists.sourceforge.net/lists/listinfo/pebble-
user>
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pebble-user mailing list
Pebble-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user
|