PHP Classes

File: resources/themes/default/theme.phtml

Recommend this page to a friend!
  Classes of Steeven Lim   o2system   resources/themes/default/theme.phtml   Download  
File: resources/themes/default/theme.phtml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: o2system
Start projects using the with O2System Framework
Author: By
Last change:
Date: 3 years ago
Size: 417 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <title>{{ $meta->title }}</title> <link rel="icon" type="image/png" href="/assets/icons/launcher-icon-32.png"> {{ $assets->head }} </head> <body class="multipurpose"> <div id="page-content" class="page-content"> {{ $partials->content }} </div> <a class="scroll-to-top" href="#top"><i class="fas fa-long-arrow-alt-up"></i>To Top</a> {{ $assets->body }} </body> </html>