MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/www/india/wp-content/plugins/wptouch/admin/html/notification-content.php
<div class="nano notifications">
	<div class="content">
		<ul>
		<?php if ( wptouch_has_notifications() ) while ( wptouch_has_notifications() ) { ?>
			<?php wptouch_the_notification(); ?>
			<li class="<?php wptouch_notification_the_type(); ?>">
				<span class="dismiss" data-key="<?php wptouch_the_notification_key(); ?>">x</span>

				<?php if ( wptouch_notification_has_link() ) { ?>
					<a href="<?php wptouch_notification_the_link(); ?>">
						<?php wptouch_notification_the_name(); ?> &raquo;
					</a>
				<?php } else { ?>
					<?php wptouch_notification_the_name(); ?>
				<?php } ?>
				<span><?php wptouch_notification_the_desc(); ?></span>
			</li>
		<?php } else { ?>
			<li class="no-notifications">
				<?php _e( 'No notifications', 'wptouch-pro' ); ?>
			</li>
		<?php } ?>
		</ul>
	</div>
</div>