Пример #1
0
?>
</span></a></td>
                    <td><a href="<?php 
echo XOOPS_URL;
?>
/modules/mywords/admin/tags.php"><?php 
_e('Tags', 'mywords');
?>
</a></td>
                </tr>
            </table><br />
            <span class="descriptions"><?php 
_e('Current version:', 'mywords');
?>
 <strong><?php 
echo RMUtilities::getVersion(false, 'mywords', 0);
?>
</strong></span>
        </div>
        <!-- / End quick overview -->
        
        <!-- Drafts -->
        <div class="outer">
        	<div class="th"><?php 
_e('Recent Drafts', 'admin_mywords');
?>
</div>
        	<?php 
foreach ($drafts as $post) {
    ?>
        	<div class="even mw_tools">
Пример #2
0
?>
</a></td>
				</tr>
				<tr class="even qoverview">
					<td><span><a href="works.php"><?php 
echo $images;
?>
</a></span> <a href="works.php"><?php 
_e('Images', 'works');
?>
</a></td>
					<td><?php 
_e('Current version:', 'works');
?>
 <strong><?php 
echo RMUtilities::getVersion(false, 'works', 0);
?>
</strong></td>
				</tr>
			</table>
		</div>
	</div>
	
	<div class="outer works_widget">
		<div class="th widget_title"><?php 
_e('Works not published', 'works');
?>
</div>
		<div class="widget_content">
		<?php 
foreach ($works_pending as $w) {