summaryrefslogtreecommitdiff
path: root/src/intro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intro.cpp')
-rw-r--r--src/intro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.cpp b/src/intro.cpp
index bf0331d..6b91bff 100644
--- a/src/intro.cpp
+++ b/src/intro.cpp
@@ -17,7 +17,7 @@ intro::intro( strusCms &cms )
void intro::show( )
{
content::intro c;
- c.title = "strusCms";
+ ini( c );
render( "intro", c );
}