You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/12/09 05:20:16 UTC

svn commit: r355358 - /incubator/roller/trunk/web/themes/basic/Weblog.vm

Author: agilliland
Date: Thu Dec  8 20:20:08 2005
New Revision: 355358

URL: http://svn.apache.org/viewcvs?rev=355358&view=rev
Log:
use weblog description, not page description.


Modified:
    incubator/roller/trunk/web/themes/basic/Weblog.vm

Modified: incubator/roller/trunk/web/themes/basic/Weblog.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/themes/basic/Weblog.vm?rev=355358&r1=355357&r2=355358&view=diff
==============================================================================
--- incubator/roller/trunk/web/themes/basic/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/basic/Weblog.vm Thu Dec  8 20:20:08 2005
@@ -1,5 +1,5 @@
 <div class="entries">
-    <h1>#showPageDescription()</h1>
+    <h1>#showWebsiteDescription()</h1>
 
     #showWeblogCategoryChooser()