3 // ELGG weblog view page
6 require_once(dirname(dirname(__FILE__
))."/includes.php");
12 define("context", "weblog");
13 templates_page_setup();
15 $title = run("profile:display:name") . " :: ". __gettext("Interesting posts");
17 $body = run("content:weblogs:view");
18 $body .= run("weblogs:interesting:view");
20 $body = templates_draw(array(
21 'context' => 'contentholder',
23 'body' => "<div id=\"view_friends_blogs\">" . $body . "</div>"
27 echo templates_page_draw( array(