Subversion Repositories SmartDukaan

Rev

Rev 17299 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17299 Rev 19045
Line 8... Line 8...
8
					<th>Url<?php //echo $this->Paginator->sort('url'); ?></th>					
8
					<th>Url<?php //echo $this->Paginator->sort('url'); ?></th>					
9
				</tr>
9
				</tr>
10
				<?php if(!empty($userUrls)):?>
10
				<?php if(!empty($userUrls)):?>
11
					<?php foreach ($userUrls as $url): ?>
11
					<?php foreach ($userUrls as $url): ?>
12
					<tr>
12
					<tr>
13
						<td><?php echo date('d-m-Y H:i:s',$url['time']/1000); ?></td>
13
						<td><?php echo date('d-m-Y H:i:s',$url['created']/1000); ?></td>
14
						<td><?php echo h($url['url']); ?>&nbsp;</td>					
14
						<td><?php echo h($url['url']); ?>&nbsp;</td>					
15
					</tr>
15
					</tr>
16
				<?php endforeach; ?>
16
				<?php endforeach; ?>
17
			<?php endif;?>
17
			<?php endif;?>
18
			</table>
18
			</table>