mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 20:20:12 +01:00
code cleanup
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
e4f64b41bc
commit
39fc249596
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
class ModelAuditRemoval extends Model {
|
class ModelAuditRemoval extends Model {
|
||||||
|
|
||||||
public function get_pending_removals($page_len = 0) {
|
public function get_pending_removals($page = 0, $page_len = 0) {
|
||||||
$limit = '';
|
$limit = '';
|
||||||
$from = (int)$page * (int)$page_len;
|
$from = (int)$page * (int)$page_len;
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<?php if($settings['branding_url']) { ?>
|
<?php if($settings['branding_url']) { ?>
|
||||||
<li><a href="<?php print $settings['branding_url']; ?>" <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?> target="_blank"><i class="icon-phone"></i> <?php print $settings['branding_text']; ?></a></li>
|
<li><a href="<?php print $settings['branding_url']; ?>" <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?> target="_blank"><i class="icon-phone"></i> <?php print $settings['branding_text']; ?></a></li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user