Skip to content

Instantly share code, notes, and snippets.

@maba
maba / ugly.txt
Created August 18, 2017 17:03
Ugly txt file and Go
BLA;BLA;BLA;
BLA;BLA;BLA;
BLA;BLA;BLA;
Date :;23/06/2017;Pag.:;1;
BLA;BLA (;Dal numero 0;Al numero 9999999;);
BLA;BLA;BLA;
BLA;BLA;BLA
--------*-----------*-------------*---------------------------------------------------*-------------------------*-------------------------------------;
1;02/01/2017;02/01/2017;10;RILEVAZIONE COSTI;Effettivo; No;
A;/;1; / /;;;;Incremento;;
@maba
maba / header.inc.php
Created December 20, 2012 20:59
Try to create a non standard menu with ProcessWire ( http://processwire.com/talk/topic/2409-code-optimization-for-complex-menu/ )
<span class="menu-slider hidden-phone"></span> <!-- Menu Slider -->
<ul id="header-menu" class="menu"><?php
//$homepage = $pages->get("/");
//$children = $homepage->children;
//$class = $homepage === $page ? " class='active current-menu-item'" : '';
//echo "<li$class><a href='{$homepage->url}'>$homepage->title</a></li>";
$companyPage = $pages->get("/azienda/");