XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
about.php
Go to the documentation of this file.
1 <?php
2 // $Id$
3 // --------------------------------------------------------------
4 // Designia v1.0
5 // Theme for Common Utilities 2
6 // Author: Eduardo Cortés <i.bitcero@gmail.com>
7 // Email: i.bitcero@gmail.com
8 // License: GPL 2.0
9 // --------------------------------------------------------------
10 
11 //require dirname(dirname(dirname(dirname(dirname(dirname(__FILE__)))))).'/mainfile.php';
12 include '../../../../../include/cp_header.php';
13 
14 $xoopsLogger->renderingEnabled = false;
15 $xoopsLogger->activated = false;
16 
17 load_theme_locale('designia', '', true);
18 
19 ?>
20 <div class=th>
21  <?php _e('About Designia Theme','designia'); ?>
22 </div>
23 <div class="des-about-content">
24  <span class=ab_nets>
25  <a href="http://www.twitter.com/redmexico" title="@redmexico" target="_blank"><img src="<?php echo RMCURL; ?>/themes/designia/images/twitter.png" alt="Twitter icon" /></a>
26  <a href="http://www.facebook.com/redmexico" title="<?php _e('Red México on Facebook','designia'); ?>" target="_blank"><img src="<?php echo RMCURL; ?>/themes/designia/images/face.png" alt="Facebook icon" /></a>
27  </span>
28  <img src="<?php echo RMCURL; ?>/themes/designia/images/logab.png" alt="<?php _e('Designia Theme for Common Utilities','designia'); ?>" class="logo" />
29  <div class="clear dark_bg"></div>
30  <span class=ab_caption><?php _e('Name and Version:','designia'); ?></span>
31  <span class=ab_data>Designia Theme v1.0</span>
32  <span class=ab_caption><?php _e('Running on:','designia'); ?></span>
33  <span class=ab_data><?php echo XOOPS_VERSION; ?></span>
34  <span class=ab_caption><?php _e('Powered by:','designia'); ?></span>
35  <span class=ab_data>Common Utilities <?php echo RMCVERSION; ?></span>
36  <span class=ab_info>
37  <?php echo sprintf(__('Designia Theme has been created by %s spacially for Common Utilities. You can find more XOOPS content in our Website or by following on my twitter account.','designia'), '<a href="http://www.redmexico.com.mx" target="_blank">Red Mexico</a>'); ?>
38  </span>
39 </div>