|
@@ -279,10 +279,10 @@ if ($user->isAuthenticated()) {
|
279
|
279
|
$row['Caption'] = $register["description"];
|
280
|
280
|
break;
|
281
|
281
|
}
|
282
|
|
-<<<<<<< .mine
|
|
282
|
+
|
283
|
283
|
$rows[] = $row;
|
284
|
284
|
}
|
285
|
|
-=======
|
|
285
|
+
|
286
|
286
|
|
287
|
287
|
$limit=$conf->postLimit;
|
288
|
288
|
|
|
@@ -319,7 +319,9 @@ if ($user->isAuthenticated()) {
|
319
|
319
|
} else {
|
320
|
320
|
$photoPath = $register["url"];
|
321
|
321
|
}
|
322
|
|
->>>>>>> .r241
|
|
322
|
+ }
|
|
323
|
+ }
|
|
324
|
+ }
|
323
|
325
|
|
324
|
326
|
$p = new pagination;
|
325
|
327
|
$p->items($tumble->getPostsNumber());
|