|
@@ -160,14 +160,14 @@ $Collages = $DB->to_array();
|
160
|
160
|
$DB->query('SELECT FOUND_ROWS()');
|
161
|
161
|
list($NumResults) = $DB->next_record();
|
162
|
162
|
|
163
|
|
-View::show_header(($BookmarkView) ? 'Your bookmarked collectionss' : 'Browse collections');
|
|
163
|
+View::show_header(($BookmarkView) ? 'Your bookmarked collections' : 'Collections');
|
164
|
164
|
?>
|
165
|
165
|
<div class="thin">
|
166
|
166
|
<div class="header">
|
167
|
167
|
<? if ($BookmarkView) { ?>
|
168
|
168
|
<h2>Your bookmarked collections</h2>
|
169
|
169
|
<? } else { ?>
|
170
|
|
- <h2>Browse collections<?=(!empty($UserLink) ? (isset($CollageIDs) ? " with contributions by $UserLink" : " started by $UserLink") : '')?></h2>
|
|
170
|
+ <h2>Collections<?=(!empty($UserLink) ? (isset($CollageIDs) ? " with contributions by $UserLink" : " started by $UserLink") : '')?></h2>
|
171
|
171
|
<? } ?>
|
172
|
172
|
</div>
|
173
|
173
|
<? if (!$BookmarkView) { ?>
|