Update of /cvsroot/php-blog/serendipity/templates/newspaper
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22926/templates/newspaper
Modified Files:
layout.php
Log Message:
Use 'emoticons.inc.php' instead of an array inside layout.php, so that the
emoticons can be fetched template-wise from there in the RSS feed as well
(which didn't include layout.php).
Index: layout.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/newspaper/layout.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- layout.php 24 Aug 2004 07:59:50 -0000 1.12
+++ layout.php 25 Aug 2004 08:58:19 -0000 1.13
@@ -9,20 +9,6 @@
# #
##########################################################################
-/* To customize smilies with individual images from a theme, you can
- use an array like this:
- $serendipity['custom_emoticons'] = array(
- ":'(" => serendipity_getTemplateFile('img/cry_smile.gif'),
- ':-)' => serendipity_getTemplateFile('img/regular_smile.gif'),
- ':-O' => serendipity_getTemplateFile('img/embaressed_smile.gif'),
- ':O' => serendipity_getTemplateFile('img/embaressed_smile.gif'),
- ...
- );
-
- This will override the default list of emoticons set inside the file
- plugins/serendipity_event_emoticate/serendipity_event_emoticate.php
-*/
-
$OPENSHADOW = '<table cellspacing="0" width="100%" cellpadding="0" style="padding:0px">
<tr>
<td valign="top" align="left" style="padding:10px;border-top:1px solid #cdcdcd; border-left: 1px solid #cdcdcd;">
|