PATH:
home
/
lab2454c
/
keebchat.com
/
themes
/
default
/
apps
/
ads
/
includes
<?php if (not_empty($cl["ads_ls"])): ?> <div class="timeline-posts-container"> <div class="timeline-posts-ls" data-an="ads-ls"> <?php foreach ($cl["ads_ls"] as $cl['li']): ?> <?php echo cl_template("timeline/ad"); ?> <?php endforeach; ?> </div> </div> <?php else: ?> <div class="empty-user-timeline"> <div class="icon"> <?php echo cl_ikon('feed'); ?> </div> <div class="pl-message"> <h4> <?php echo cl_translate("No ads yet!"); ?> </h4> <p> <?php echo cl_translate("It looks like you don't have active ads yet. Click create to launch your ad. Please note that all your active advertising will be shown to the target audience after replenishing your {@wallet@}", array( 'wallet' => cl_html_el('a', cl_translate('Wallet'), array( 'href' => cl_link('wallet') )) )); ?> </p> </div> <div class="c2action-single"> <a href="<?php echo cl_link('ads/new'); ?>" data-spa="true"> <button class="btn btn-custom main-outline lg"> <?php echo cl_translate("Create new ad"); ?> </button> </a> </div> </div> <?php endif; ?>
[-] pending.phtml
[edit]
[+]
..
[-] systemoff.phtml
[edit]
[-] upsert.phtml
[edit]
[-] active.phtml
[edit]
[-] archive.phtml
[edit]