Skip to content

Commit

Permalink
[lincontroller] refer to HTML files
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Mar 2, 2011
1 parent 9c5a38f commit a9402a6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions SparkleShare/SparkleLinController.cs
Expand Up @@ -175,7 +175,43 @@ public override bool CreateSparkleShareFolder ()

}


public override string EventLogHTML {

get {

return SparkleHelpers.CombineMore (Defines.PREFIX,
"sparkleshare", "html", "event-log.html");

}

}


public override string DayEntryHTML {

get {

return SparkleHelpers.CombineMore (Defines.PREFIX,
"sparkleshare", "html", "day-entry.html");

}

}


public override string EventEntryHTML {

get {

return SparkleHelpers.CombineMore (Defines.PREFIX,
"sparkleshare", "html", "event-entry.html");

}

}


public override void OpenSparkleShareFolder (string subfolder)
{

Expand Down

0 comments on commit a9402a6

Please sign in to comment.