diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 10:24:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 10:24:58 -0200 |
commit | 49e903820067403db97d5abc260af274887870f3 (patch) | |
tree | f324316a8f8811b6703c16e968ccc0e93cddad72 /page.tpl.php | |
parent | 831f5eb7448000bb9a947544abf8d93325425734 (diff) | |
download | nuvemdario-49e903820067403db97d5abc260af274887870f3.tar.gz nuvemdario-49e903820067403db97d5abc260af274887870f3.tar.bz2 |
Rename stuff to nuvemdario_
Diffstat (limited to 'page.tpl.php')
-rw-r--r-- | page.tpl.php | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/page.tpl.php b/page.tpl.php index 02f8d64..5653dc8 100644 --- a/page.tpl.php +++ b/page.tpl.php @@ -1,13 +1,13 @@ <?php $vars = get_defined_vars(); - $view = get_artx_drupal_view(); + $view = get_nuvemdario_drupal_view(); $view->print_head($vars); if (isset($page)) foreach (array_keys($page) as $name) $$name = & $page[$name]; - $art_sidebar_left = isset($sidebar_left) && !empty($sidebar_left) ? $sidebar_left : NULL; - $art_sidebar_right = isset($sidebar_right) && !empty($sidebar_right) ? $sidebar_right : NULL; + $nuvemdario_sidebar_left = isset($sidebar_left) && !empty($sidebar_left) ? $sidebar_left : NULL; + $nuvemdario_sidebar_right = isset($sidebar_right) && !empty($sidebar_right) ? $sidebar_right : NULL; if (!isset($vnavigation_left)) $vnavigation_left = NULL; if (!isset($vnavigation_right)) $vnavigation_right = NULL; $tabs = (isset($tabs) && !(empty($tabs))) ? '<ul class="arttabs_primary">'.render($tabs).'</ul>' : NULL; @@ -75,10 +75,10 @@ <div class="b2-sheet-cc"></div> <div class="b2-sheet-body"> <?php if (!empty($banner1)) { echo '<div id="banner1">'.render($banner1).'</div>'; } ?> -<?php echo art_placeholders_output(render($top1), render($top2), render($top3)); ?> +<?php echo nuvemdario_placeholders_output(render($top1), render($top2), render($top3)); ?> <div class="b2-content-layout"> <div class="b2-content-layout-row"> -<div class="<?php echo art_get_content_cell_style($art_sidebar_left, $vnavigation_left, $art_sidebar_right, $vnavigation_right, $content); ?>"> +<div class="<?php echo nuvemdario_get_content_cell_style($nuvemdario_sidebar_left, $vnavigation_left, $nuvemdario_sidebar_right, $vnavigation_right, $content); ?>"> <?php if (!empty($banner2)) { echo '<div id="banner2">'.render($banner2).'</div>'; } ?> <?php if ((!empty($user1)) && (!empty($user2))) : ?> <table class="position" cellpadding="0" cellspacing="0" border="0"> @@ -143,15 +143,15 @@ </div> </div> <?php endif; ?> - <?php $art_post_position = strpos(render($content), "b2-post"); ?> -<?php if ($art_post_position === FALSE): ?> + <?php $nuvemdario_post_position = strpos(render($content), "b2-post"); ?> +<?php if ($nuvemdario_post_position === FALSE): ?> <div class="b2-post"> <div class="b2-post-body"> <div class="b2-post-inner b2-article"> <div class="b2-postcontent"> <?php endif; ?> -<?php echo art_content_replace(render($content)); ?> -<?php if ($art_post_position === FALSE): ?> +<?php echo nuvemdario_content_replace(render($content)); ?> +<?php if ($nuvemdario_post_position === FALSE): ?> </div> <div class="cleared"></div> @@ -174,7 +174,7 @@ <?php if (!empty($help)) { echo render($help); } ?> <?php if (!empty($messages)) { echo $messages; } ?> <?php if (isset($action_links) && !empty($action_links)): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?> -<?php echo art_content_replace(render($content)); ?> +<?php echo nuvemdario_content_replace(render($content)); ?> </div> <div class="cleared"></div> @@ -197,16 +197,16 @@ <?php endif; ?> <?php if (!empty($banner5)) { echo '<div id="banner5">'.render($banner5).'</div>'; } ?> </div> -<?php if (!empty($art_sidebar_left) || !empty($vnavigation_left)) -echo art_get_sidebar($art_sidebar_left, $vnavigation_left, 'b2-sidebar1'); ?> -<?php if (!empty($art_sidebar_right) || !empty($vnavigation_right)) -echo art_get_sidebar($art_sidebar_right, $vnavigation_right, 'b2-sidebar2'); ?> +<?php if (!empty($nuvemdario_sidebar_left) || !empty($vnavigation_left)) +echo nuvemdario_get_sidebar($nuvemdario_sidebar_left, $vnavigation_left, 'b2-sidebar1'); ?> +<?php if (!empty($nuvemdario_sidebar_right) || !empty($vnavigation_right)) +echo nuvemdario_get_sidebar($nuvemdario_sidebar_right, $vnavigation_right, 'b2-sidebar2'); ?> </div> </div> <div class="cleared"></div> -<?php echo art_placeholders_output(render($bottom1), render($bottom2), render($bottom3)); ?> +<?php echo nuvemdario_placeholders_output(render($bottom1), render($bottom2), render($bottom3)); ?> <?php if (!empty($banner6)) { echo '<div id="banner6">'.render($banner6).'</div>'; } ?> <div class="b2-footer"> <div class="b2-footer-t"></div> |