@@ -55,13 +55,13 @@

//@todo need link to actual comment!

$on = elgg_echo('on');
$commented_on = elgg_echo('generic_comment:on', array($commenter_link, $entity_link));

$excerpt = elgg_get_excerpt($comment->value, 80);

$body = <<<HTML
<span class="elgg-subtext">
$commenter_link $on $entity_link ($friendlytime): $excerpt
$commented_on ($friendlytime): $excerpt
</span>
HTML;

@@ -119,4 +119,4 @@
}
.elgg-page-footer a:hover {
color: #666;
}
}
@@ -190,4 +190,4 @@
.elgg-widget-placeholder {
border: 2px dashed #dedede;
margin-bottom: 15px;
}
}
@@ -157,6 +157,6 @@
padding: 3px 5px;
}
.elgg-output img {
max-width: 100%;
height: auto;
}
max-width: 100%;
height: auto;
}

This file was deleted.

@@ -56,7 +56,8 @@
elgg.version = '<?php echo get_version(); ?>';
elgg.release = '<?php echo get_version(true); ?>';
elgg.config.wwwroot = '<?php echo elgg_get_site_url(); ?>';
elgg.security.interval = 5 * 60 * 1000; <?php //@todo make this configurable ?>
<?php //@todo make this configurable ?>
elgg.security.interval = 5 * 60 * 1000;
elgg.config.domReady = false;
elgg.config.language = '<?php echo isset($CONFIG->language) ? $CONFIG->language : 'en'; ?>';
elgg.config.languageReady = false;