initial commit
This commit is contained in:
31
app/View/Elements/downloads.ctp
Normal file
31
app/View/Elements/downloads.ctp
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
$current_lang = Configure::read('Config.language');
|
||||
$LBL_APP_DOWNLOADS = __("LBL_APP_DOWNLOADS");
|
||||
$LBL_ESPENSE_ITEMS = __("LBL_ESPENSE_ITEMS");
|
||||
$LBL_UNIQUE_USERS = __("LBL_UNIQUE_USERS");
|
||||
$LBL_DAILY_VISITORS = __("LBL_DAILY_VISITORS");
|
||||
if($current_lang == "ben"){
|
||||
?>
|
||||
<style>
|
||||
.block-5 li strong{
|
||||
font-size:20px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<div class="block-5">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<ul>
|
||||
<li><?php echo $LBL_UNIQUE_USERS; ?></li>
|
||||
<li><?php echo $LBL_ESPENSE_ITEMS; ?></li>
|
||||
<li><?php echo $LBL_APP_DOWNLOADS; ?></li>
|
||||
<li><?php echo $LBL_DAILY_VISITORS; ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user