Add predefined Velocity and CSS templates if wiki builder is assigned to a project
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / builder / CreatePageAction.java
index c1590a8..e2b3408 100644 (file)
@@ -89,6 +89,7 @@ public class CreatePageAction implements IObjectActionDelegate {
 
   public static void createPage(IFile file) {
     String templateFileName = Util.getLocalTemplate(file);
+    String cssUrl = Util.getLocalCssUrl(file);
     String srcBasePath = Util.getWikiTextsPath(file);
     String binBasePath = Util.getProjectsWikiOutputPath(file.getProject(), WikiEditorPlugin.HTML_OUTPUT_PATH);
     createPage(templateFileName, file, binBasePath, srcBasePath);