Path : /srv/www/vhosts/tsisystem/app/views/articles/ |
Current File : //srv/www/vhosts/tsisystem/app/views/articles/admin_images.thtml |
var tinyMCEImageList = new Array( // Name, URL <?php $c = count($images) - 1; $i = 0; foreach ($images as $url => $name) : ?> ["<?php echo $name; ?>", "<?php echo $html->url($url); ?>"] <?php if ($c != $i) echo ','; $i++; ?> <?php endforeach; ?> );